Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 17, 2021
1 parent 1135455 commit 543e350
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.0.0](https://github.com/patternslib/pat-code-editor/compare/1.2.0...2.0.0) (2021-11-17)


### Breaking Changes

* Upgrade to Webpack 5. ([8390e34](https://github.com/patternslib/pat-code-editor/commit/8390e34fee927d67218607e0f9d36d114ad4fb08))



### Maintenance

* **build:** Extend Patternslib release-it config file. ([b017c64](https://github.com/patternslib/pat-code-editor/commit/b017c644965c92eb13dd7dfb5297ce1cd41dc6e8))

* **build:** Release on GitHub releases. ([dcd3718](https://github.com/patternslib/pat-code-editor/commit/dcd371839a80b259a15b98be45c3f442ee5ab81d))

## [1.2.0](https://github.com/patternslib/pat-code-editor/compare/1.1.0...1.2.0) (2021-09-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/pat-code-editor",
"version": "1.2.0",
"version": "2.0.0",
"description": "A pattern for a code-editor",
"license": "MIT",
"main": "./src/code-editor.js",
Expand Down

0 comments on commit 543e350

Please sign in to comment.