From e8454e3ef0cc1ea9923043cd92645301a0c81fde Mon Sep 17 00:00:00 2001 From: Zahra Jabini Date: Fri, 6 Nov 2020 08:35:54 -0500 Subject: [PATCH] v0.13.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda8730d6..4b443c5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.13.2 (2020-11-06) + +* Typescriptify Phase VI 🥃🧉 (#749) ([3170b48](https://github.com/bustle/mobiledoc-kit/commit/3170b48)), closes [#749](https://github.com/bustle/mobiledoc-kit/issues/749) + + + ## 0.13.2-pre.0 (2020-10-07) * Adds eslint + fixes linting errors 🧞‍♂️ ([2ecfd5c](https://github.com/bustle/mobiledoc-kit/commit/2ecfd5c)) @@ -13,6 +19,7 @@ * Update ReadME 💽 ([bfcd8cf](https://github.com/bustle/mobiledoc-kit/commit/bfcd8cf)) * Upgrade DEPZ 🐩 (#740) ([9bb0b49](https://github.com/bustle/mobiledoc-kit/commit/9bb0b49)), closes [#740](https://github.com/bustle/mobiledoc-kit/issues/740) * Upgrade DEPZ 🦘 (#743) ([d27f98d](https://github.com/bustle/mobiledoc-kit/commit/d27f98d)), closes [#743](https://github.com/bustle/mobiledoc-kit/issues/743) +* v0.13.2-pre.0 ([49238cd](https://github.com/bustle/mobiledoc-kit/commit/49238cd)) diff --git a/package.json b/package.json index 1451b2f4b..d77e1f479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.13.2-pre.0", + "version": "0.13.2", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "module": "dist/mobiledoc.js",