Skip to content

Commit 024d227

Browse files
committed
Release new version.
1 parent 602fd86 commit 024d227

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22

3-
### [2.1.1](https://github.com/patternslib/pat-code-editor/compare/2.1.0...2.1.1) (2022-03-30)
3+
### [2.1.2](https://github.com/patternslib/pat-code-editor/compare/2.1.1...2.1.2) (2022-04-09)
4+
5+
6+
### Bug Fixes
7+
8+
* Dispatch input event after content has changed. This is also necessary for pat-autosubmit to work. ([602fd86](https://github.com/patternslib/pat-code-editor/commit/602fd86b7d3b6544219f7f1cc3acb1989fd1a7cf))### [2.1.1](https://github.com/patternslib/pat-code-editor/compare/2.1.0...2.1.1) (2022-03-30)
49

510

611
### Bug Fixes

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

0 commit comments

Comments
 (0)