From a0631d079360cba9a6dcc346c87295e7ff898615 Mon Sep 17 00:00:00 2001 From: Zahra Jabini Date: Tue, 6 Oct 2020 09:14:44 -0400 Subject: [PATCH] v0.12.5 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c03b1bbf4..6565c64ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## 0.12.5 (2020-10-06) + +* Backport fix for IME bug (#745) ([3c20cc9](https://github.com/bustle/mobiledoc-kit/commit/3c20cc9)), closes [#745](https://github.com/bustle/mobiledoc-kit/issues/745) +* Pin older Node version for 0.12 release branch 💄 (#747) ([958f4cd](https://github.com/bustle/mobiledoc-kit/commit/958f4cd)), closes [#747](https://github.com/bustle/mobiledoc-kit/issues/747) + ## 0.12.4 (2020-03-13) diff --git a/package.json b/package.json index f4776e343..982f0b4d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.12.4", + "version": "0.12.5", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "scripts": {