Skip to content

Commit 5fc54ab

Browse files
committed
v0.14.0
1 parent 81790bb commit 5fc54ab

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1+
## 0.14.0 (2022-05-25)
2+
3+
* add willPaste event ([7768fa5](https://github.com/bustle/mobiledoc-kit/commit/7768fa5))
4+
* fix typo/test ([e1adb0c](https://github.com/bustle/mobiledoc-kit/commit/e1adb0c))
5+
6+
7+
18
## <small>0.13.3 (2021-09-23)</small>
29

310
* Add GitHub Actions CI 🎷 (#753) ([9ee86ce](https://github.com/bustle/mobiledoc-kit/commit/9ee86ce)), closes [#753](https://github.com/bustle/mobiledoc-kit/issues/753)
411
* Export modules useful for HTML processing ([2121de6](https://github.com/bustle/mobiledoc-kit/commit/2121de6))
512
* Typescriptify VII 📺 (#751) ([79a37b6](https://github.com/bustle/mobiledoc-kit/commit/79a37b6)), closes [#751](https://github.com/bustle/mobiledoc-kit/issues/751)
613
* Update README.md ([5dd5647](https://github.com/bustle/mobiledoc-kit/commit/5dd5647))
14+
* v0.13.3 ([33cbf1d](https://github.com/bustle/mobiledoc-kit/commit/33cbf1d))
715

816

917

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobiledoc-kit",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
55
"repository": "https://github.com/bustle/mobiledoc-kit",
66
"module": "dist/mobiledoc.js",

0 commit comments

Comments
 (0)