From 3e413930aedbc28e4f74e58464ae543cb36325de Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 3 Oct 2022 02:27:38 +0000 Subject: [PATCH] chore(release): v1.2.0 [skip ci] --- CHANGELOG.md | 16 +++++++++++++++- package.json | 4 ++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20dac6c..82dcbee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ -# 1.1.0 (2022-08-24) +# [1.2.0](https://github.com/opensumi/devtools/compare/v1.1.0...v1.2.0) (2022-10-03) + + +### Bug Fixes + +* EOL on windows conflicts with `yarn run prettier` ([#10](https://github.com/opensumi/devtools/issues/10)) ([7aedb42](https://github.com/opensumi/devtools/commit/7aedb423b0dfca1d961f3df5733f5701ed6f5975)) + + +### Features + +* Electron IPC messages view ([#5](https://github.com/opensumi/devtools/issues/5)) ([a561850](https://github.com/opensumi/devtools/commit/a561850d4511852f30b46597588da4e955e53bf7)) + + + +# [1.1.0](https://github.com/opensumi/devtools/compare/a250e665efcb75375b8a5f4962f123551e013264...v1.1.0) (2022-08-24) ### Bug Fixes diff --git a/package.json b/package.json index 9000c6c..4934342 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opensumi-devtools", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "description": "A Chrome DevTools Extension for OpenSumi.", "license": "MIT", @@ -68,4 +68,4 @@ "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.3.1" } -} +} \ No newline at end of file