Skip to content

Commit e78ee20

Browse files
committed
v0.13.1-pre.1
1 parent f46f64b commit e78ee20

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>0.13.1-pre.1 (2020-05-22)</small>
2+
3+
* Adds a `willCopy` hook to the editor 🧛‍♀️ ([f5f0cb8](https://github.com/bustle/mobiledoc-kit/commit/f5f0cb8))
4+
* Adds documentation for `willCopy` 🎀 ([be4324e](https://github.com/bustle/mobiledoc-kit/commit/be4324e))
5+
* Shorten hide timer for tooltip 🍭 ([c2fd820](https://github.com/bustle/mobiledoc-kit/commit/c2fd820))
6+
* Upgrade depz 🐿 ([56650a0](https://github.com/bustle/mobiledoc-kit/commit/56650a0))
7+
8+
9+
110
## <small>0.13.1-pre.0 (2020-05-18)</small>
211

312
* Add `del` tag as valid markup ([610eb75](https://github.com/bustle/mobiledoc-kit/commit/610eb75))
@@ -9,6 +18,7 @@
918
* Fix positionElementCenteredBelow to center tooltip correctly 🧛‍♂️ ([8c914a5](https://github.com/bustle/mobiledoc-kit/commit/8c914a5))
1019
* Fix/build docs 🍔 ([41a7f92](https://github.com/bustle/mobiledoc-kit/commit/41a7f92))
1120
* Remove extra styles 🧊 ([2ab79f3](https://github.com/bustle/mobiledoc-kit/commit/2ab79f3))
21+
* v0.13.1-pre.0 ([e1d066c](https://github.com/bustle/mobiledoc-kit/commit/e1d066c))
1222

1323

1424

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.1-pre.0",
3+
"version": "0.13.1-pre.1",
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)