From e1d066cb97bb0c4c74d7718573119332e884840a Mon Sep 17 00:00:00 2001 From: Zahra Jabini Date: Mon, 18 May 2020 09:22:13 -0400 Subject: [PATCH] v0.13.1-pre.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f36abbde..38e4e6a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,24 @@ +## 0.13.1-pre.0 (2020-05-18) + +* Add `del` tag as valid markup ([610eb75](https://github.com/bustle/mobiledoc-kit/commit/610eb75)) +* Add compiled website assets to gitignore πŸŽ… ([19181ad](https://github.com/bustle/mobiledoc-kit/commit/19181ad)) +* Adds link editing 🦜 ([093305a](https://github.com/bustle/mobiledoc-kit/commit/093305a)) +* built website from 0b4496ba250f0e3d169ab76ff6b5c61ae5fa72d2 ([43a2f34](https://github.com/bustle/mobiledoc-kit/commit/43a2f34)) +* built website from e91884741ed5f63b372485546d5dae3ffd5b5bf9 ([0b4496b](https://github.com/bustle/mobiledoc-kit/commit/0b4496b)) +* Cleanup + test + documentation πŸ‘£πŸ‘£ ([e918847](https://github.com/bustle/mobiledoc-kit/commit/e918847)) +* Fix positionElementCenteredBelow to center tooltip correctly πŸ§›β€β™‚οΈ ([8c914a5](https://github.com/bustle/mobiledoc-kit/commit/8c914a5)) +* Fix/build docs πŸ” ([41a7f92](https://github.com/bustle/mobiledoc-kit/commit/41a7f92)) +* Remove extra styles 🧊 ([2ab79f3](https://github.com/bustle/mobiledoc-kit/commit/2ab79f3)) + + + ## 0.13.0 (2020-03-27) * Correct CHANGELOG for 0.13.0-pre.1 🩸 ([2adc9be](https://github.com/bustle/mobiledoc-kit/commit/2adc9be)) * Update README w/ correct path πŸš£β€β™€οΈ ([1425b87](https://github.com/bustle/mobiledoc-kit/commit/1425b87)) * Update to latest conventional-changelog-cli πŸ‘Ί ([2ee356b](https://github.com/bustle/mobiledoc-kit/commit/2ee356b)) * Update website assets πŸ€Έβ€β™€οΈ ([67e7bc4](https://github.com/bustle/mobiledoc-kit/commit/67e7bc4)) +* v0.13.0 ([529e66d](https://github.com/bustle/mobiledoc-kit/commit/529e66d)) diff --git a/package.json b/package.json index fe221b837..14428d70b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.13.0", + "version": "0.13.1-pre.0", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "module": "dist/mobiledoc.js",