From 525aadbad678b723735295601c08c4f3240338aa Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Sun, 23 Oct 2022 23:09:10 -0400 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 22 +++++++++++++++++----- package.json | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9103be3..91237e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,29 @@ -## v0.6.1 (2020-06-09) +## v0.7.0 (2022-10-24) -Fewer warnings thanks to @backspace +#### :boom: Breaking Change +* [#203](https://github.com/bustle/ember-mobiledoc-editor/pull/203) Require node 10+. Update engine version to the one that allows yarn install to succeed ([@lukemelia](https://github.com/lukemelia)) #### :rocket: Enhancement -* [#163](https://github.com/bustle/ember-mobiledoc-editor/pull/163) Move away from deprecated sendAction function ([@backspace](https://github.com/backspace)) +* [#186](https://github.com/bustle/ember-mobiledoc-editor/pull/186) refactor: refactor jQuery usages to element selectors ([@srsgores](https://github.com/srsgores)) + +#### Committers: 2 +- Luke Melia ([@lukemelia](https://github.com/lukemelia)) +- Sean Goresht ([@srsgores](https://github.com/srsgores)) + + + +# 0.7.0 (2022-10-24) + +* Update engine version to the one that allows yarn install to succeed ([0992db1](https://github.com/bustle/ember-mobiledoc-editor/commit/0992db1)) +* refactor: refactor jQuery usages to element selectors ([95a2f7b](https://github.com/bustle/ember-mobiledoc-editor/commit/95a2f7b)) + -#### Committers: 1 -- Buck Doyle ([@backspace](https://github.com/backspace)) ## 0.6.1 (2020-06-09) * Move away from deprecated sendAction function ([42cfe9b](https://github.com/bustle/ember-mobiledoc-editor/commit/42cfe9b)), closes [#160](https://github.com/bustle/ember-mobiledoc-editor/issues/160) +* Release 0.6.1 ([17eb948](https://github.com/bustle/ember-mobiledoc-editor/commit/17eb948)) diff --git a/package.json b/package.json index d8c9a55..9b0e216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-mobiledoc-editor", - "version": "0.6.1", + "version": "0.7.0", "description": "A Mobiledoc editor for Ember.js apps", "keywords": [ "ember-addon"