Skip to content

Commit ed3bc19

Browse files
committed
Release 0.10.0
1 parent d5d0bf3 commit ed3bc19

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
## v0.9.0 (2026-04-19)
1+
## v0.10.0 (2026-04-20)
22

3-
#### :boom: Breaking Change
4-
* [#224](https://github.com/bustle/ember-mobiledoc-editor/pull/224) Bump engines.node and volta.node to Node 20 ([@lukemelia](https://github.com/lukemelia))
3+
#### :rocket: Enhancement
4+
* [#227](https://github.com/bustle/ember-mobiledoc-editor/pull/227) Make ember-lts-5.12 and ember-6.12 scenarios pass ([@lukemelia](https://github.com/lukemelia))
55

66
#### Committers: 1
77
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
88

9+
<a name="0.10.0"></a>
10+
## 0.10.0 (2026-04-20)
11+
12+
* Make ember-lts-5.12 and ember-6.12 scenarios pass ([cf75212](https://github.com/bustle/ember-mobiledoc-editor/commit/cf75212)), closes [#226](https://github.com/bustle/ember-mobiledoc-editor/issues/226)
13+
* Modernize README examples ([5bc73b2](https://github.com/bustle/ember-mobiledoc-editor/commit/5bc73b2))
14+
* Update CI matrix to match renamed ember-try scenarios ([4430fab](https://github.com/bustle/ember-mobiledoc-editor/commit/4430fab))
15+
16+
17+
918
<a name="0.9.0"></a>
1019
## 0.9.0 (2026-04-19)
1120

@@ -14,6 +23,7 @@
1423
* Drop @ember/polyfills assign in favor of Object.assign ([3864e38](https://github.com/bustle/ember-mobiledoc-editor/commit/3864e38))
1524
* Import htmlSafe from @ember/template (not @ember/string) ([983388f](https://github.com/bustle/ember-mobiledoc-editor/commit/983388f))
1625
* Migrate from yarn to pnpm ([026307f](https://github.com/bustle/ember-mobiledoc-editor/commit/026307f))
26+
* Release 0.9.0 ([701501d](https://github.com/bustle/ember-mobiledoc-editor/commit/701501d))
1727
* Rename the not-yet-passing scenarios with -failing suffix ([6d0e7e3](https://github.com/bustle/ember-mobiledoc-editor/commit/6d0e7e3))
1828
* ci: bump Node to 20.x and actions/checkout+setup-node to v4 ([0dc7136](https://github.com/bustle/ember-mobiledoc-editor/commit/0dc7136))
1929

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.9.0",
3+
"version": "0.10.0",
44
"description": "A Mobiledoc editor for Ember.js apps",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)