diff --git a/CHANGELOG.md b/CHANGELOG.md index 668933b2..5ffe64c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ +## 0.14.1 (2022-08-11) + +* Add package-lock, use npm run ([87a046f](https://github.com/bustle/mobiledoc-kit/commit/87a046f)) +* Create SECURITY.md ([2943be1](https://github.com/bustle/mobiledoc-kit/commit/2943be1)) +* Fix emoji input on iOS (#764) ([305b1a2](https://github.com/bustle/mobiledoc-kit/commit/305b1a2)), closes [#764](https://github.com/bustle/mobiledoc-kit/issues/764) [TryGhost/Ghost#11541](https://github.com/TryGhost/Ghost/issues/11541) +* Update CI: run on PRs, use node 16 (#766) ([083112d](https://github.com/bustle/mobiledoc-kit/commit/083112d)), closes [#766](https://github.com/bustle/mobiledoc-kit/issues/766) +* Update dependencies 8/11/22 (#767) ([4b40e51](https://github.com/bustle/mobiledoc-kit/commit/4b40e51)), closes [#767](https://github.com/bustle/mobiledoc-kit/issues/767) + + + ## 0.14.0 (2022-05-25) * add willPaste event ([7768fa5](https://github.com/bustle/mobiledoc-kit/commit/7768fa5)) * fix typo/test ([e1adb0c](https://github.com/bustle/mobiledoc-kit/commit/e1adb0c)) +* v0.14.0 ([5fc54ab](https://github.com/bustle/mobiledoc-kit/commit/5fc54ab)) diff --git a/package-lock.json b/package-lock.json index 657bf309..e01975bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mobiledoc-kit", - "version": "0.14.0", + "version": "0.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mobiledoc-kit", - "version": "0.14.0", + "version": "0.14.1", "license": "MIT", "dependencies": { "mobiledoc-dom-renderer": "0.7.1", diff --git a/package.json b/package.json index 3098ddfb..2e83351c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.14.0", + "version": "0.14.1", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "module": "dist/mobiledoc.js",