Skip to content

Commit 543e350

Browse files
committed
Release new version.
1 parent 1135455 commit 543e350

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.0.0](https://github.com/patternslib/pat-code-editor/compare/1.2.0...2.0.0) (2021-11-17)
2+
3+
4+
### Breaking Changes
5+
6+
* Upgrade to Webpack 5. ([8390e34](https://github.com/patternslib/pat-code-editor/commit/8390e34fee927d67218607e0f9d36d114ad4fb08))
7+
8+
9+
10+
### Maintenance
11+
12+
* **build:** Extend Patternslib release-it config file. ([b017c64](https://github.com/patternslib/pat-code-editor/commit/b017c644965c92eb13dd7dfb5297ce1cd41dc6e8))
13+
14+
* **build:** Release on GitHub releases. ([dcd3718](https://github.com/patternslib/pat-code-editor/commit/dcd371839a80b259a15b98be45c3f442ee5ab81d))
15+
116
## [1.2.0](https://github.com/patternslib/pat-code-editor/compare/1.1.0...1.2.0) (2021-09-22)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-code-editor",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "A pattern for a code-editor",
55
"license": "MIT",
66
"main": "./src/code-editor.js",

0 commit comments

Comments
 (0)