diff --git a/CHANGELOG.md b/CHANGELOG.md index d693110bc..492b18e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ + +## 0.12.2 (2020-01-10) + +* Add Editor#removeAttribute to remove section attributes 🕯 ([3b4677a](https://github.com/bustle/mobiledoc-kit/commit/3b4677a)) +* Fix demo toolbars ([56f9929](https://github.com/bustle/mobiledoc-kit/commit/56f9929)) + + + ## 0.12.1 (2019-09-20) -Note: The previous version was released as v0.12.0-0 (a prerelease version) -due to an issue with the CI infrastructure. v0.12.1 supersedes v0.12.0-0 and -there is no v0.12.0 release. - * Add button in demo to toggle blockquote ([4005732](https://github.com/bustle/mobiledoc-kit/commit/4005732)) * Add Editor#activeSectionAttributes to support toolbar state for new section attributes in mobiledoc ([0f65798](https://github.com/bustle/mobiledoc-kit/commit/0f65798)) -* Fix #689: Original range should be remembered after `toggleSection` ([95146e0](https://github.com/bustle/mobiledoc-kit/commit/95146e0)), closes [#689](https://github.com/bustle/mobiledoc-kit/issues/689) +* Fix #689 ([95146e0](https://github.com/bustle/mobiledoc-kit/commit/95146e0)), closes [#689](https://github.com/bustle/mobiledoc-kit/issues/689) * Fix #694: Alignment of a section is removed when pressing "Enter" ([4fadc60](https://github.com/bustle/mobiledoc-kit/commit/4fadc60)), closes [#694](https://github.com/bustle/mobiledoc-kit/issues/694) * Remove redundant CSS from demo.css ([020dee3](https://github.com/bustle/mobiledoc-kit/commit/020dee3)) * Replace Array.find with detect utility function 🦈 ([ea54c6b](https://github.com/bustle/mobiledoc-kit/commit/ea54c6b)) @@ -17,6 +21,7 @@ there is no v0.12.0 release. * Set default range for 'setAttribute' in PostEditor ([53b36d7](https://github.com/bustle/mobiledoc-kit/commit/53b36d7)) * Specify Sauce Connect version 🐾 ([654943d](https://github.com/bustle/mobiledoc-kit/commit/654943d)) * Update testem/sauce labs dependencies 🐄 ([105f62b](https://github.com/bustle/mobiledoc-kit/commit/105f62b)) +* v0.12.1 ([d112ec3](https://github.com/bustle/mobiledoc-kit/commit/d112ec3)) diff --git a/package.json b/package.json index b46ddaa7b..e7282dddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mobiledoc-kit", - "version": "0.12.1", + "version": "0.12.2", "description": "A toolkit for building WYSIWYG editors with Mobiledoc", "repository": "https://github.com/bustle/mobiledoc-kit", "scripts": {