Skip to content

Commit 3e41393

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.2.0 [skip ci]
1 parent 0f4edc8 commit 3e41393

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
# 1.1.0 (2022-08-24)
1+
# [1.2.0](https://github.com/opensumi/devtools/compare/v1.1.0...v1.2.0) (2022-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* EOL on windows conflicts with `yarn run prettier` ([#10](https://github.com/opensumi/devtools/issues/10)) ([7aedb42](https://github.com/opensumi/devtools/commit/7aedb423b0dfca1d961f3df5733f5701ed6f5975))
7+
8+
9+
### Features
10+
11+
* Electron IPC messages view ([#5](https://github.com/opensumi/devtools/issues/5)) ([a561850](https://github.com/opensumi/devtools/commit/a561850d4511852f30b46597588da4e955e53bf7))
12+
13+
14+
15+
# [1.1.0](https://github.com/opensumi/devtools/compare/a250e665efcb75375b8a5f4962f123551e013264...v1.1.0) (2022-08-24)
216

317

418
### Bug Fixes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensumi-devtools",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "A Chrome DevTools Extension for OpenSumi.",
66
"license": "MIT",
@@ -68,4 +68,4 @@
6868
"webpack-cli": "^4.9.2",
6969
"webpack-dev-server": "^4.3.1"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)