Skip to content

Commit b924ba0

Browse files
committed
Release new version.
1 parent 7da4f83 commit b924ba0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.2.0](https://github.com/patternslib/pat-code-editor/compare/1.1.0...1.2.0) (2021-09-22)
2+
3+
4+
### Maintenance
5+
6+
* Align with build changes from Patternslib v5. ([1d6cf58](https://github.com/patternslib/pat-code-editor/commit/1d6cf58187b6927f1e268265c520edf8e98c5e59))
7+
* Set json also to 4-space indentation. ([c9cf8ef](https://github.com/patternslib/pat-code-editor/commit/c9cf8efc8b20c4d88ebd4e8b815bff638d2244c2))
8+
* Upgrade dependencies. ([95d899e](https://github.com/patternslib/pat-code-editor/commit/95d899ea0846f6fc851f8aded531ebb0ca2ccf70))
9+
* Use babel config from Patternslib directly. ([7da4f83](https://github.com/patternslib/pat-code-editor/commit/7da4f8349106a07e574b0588e65dbdd7068cf6b8))
10+
111
## [1.1.0](https://github.com/patternslib/pat-code-editor/compare/1.0.1...1.1.0) (2021-06-15)
212

313

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.1.0",
3+
"version": "1.2.0",
44
"description": "A pattern for a code-editor",
55
"license": "MIT",
66
"main": "./src/code-editor.js",

0 commit comments

Comments
 (0)