Skip to content

Commit 525aadb

Browse files
committed
Release 0.7.0
1 parent b500ad8 commit 525aadb

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
1-
## v0.6.1 (2020-06-09)
1+
## v0.7.0 (2022-10-24)
22

3-
Fewer warnings thanks to @backspace
3+
#### :boom: Breaking Change
4+
* [#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))
45

56
#### :rocket: Enhancement
6-
* [#163](https://github.com/bustle/ember-mobiledoc-editor/pull/163) Move away from deprecated sendAction function ([@backspace](https://github.com/backspace))
7+
* [#186](https://github.com/bustle/ember-mobiledoc-editor/pull/186) refactor: refactor jQuery usages to element selectors ([@srsgores](https://github.com/srsgores))
8+
9+
#### Committers: 2
10+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
11+
- Sean Goresht ([@srsgores](https://github.com/srsgores))
12+
13+
14+
<a name="0.7.0"></a>
15+
# 0.7.0 (2022-10-24)
16+
17+
* Update engine version to the one that allows yarn install to succeed ([0992db1](https://github.com/bustle/ember-mobiledoc-editor/commit/0992db1))
18+
* refactor: refactor jQuery usages to element selectors ([95a2f7b](https://github.com/bustle/ember-mobiledoc-editor/commit/95a2f7b))
19+
720

8-
#### Committers: 1
9-
- Buck Doyle ([@backspace](https://github.com/backspace))
1021

1122
<a name="0.6.1"></a>
1223
## 0.6.1 (2020-06-09)
1324

1425
* 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)
26+
* Release 0.6.1 ([17eb948](https://github.com/bustle/ember-mobiledoc-editor/commit/17eb948))
1527

1628

1729

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mobiledoc-editor",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "A Mobiledoc editor for Ember.js apps",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)