Skip to content

Commit 666ceb0

Browse files
committed
Release 0.8.1
1 parent 86e78e1 commit 666ceb0

2 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
## v0.8.0 (2023-09-19)
1+
## v0.8.1 (2023-09-27)
22

3-
#### :boom: Breaking Change
4-
* [#208](https://github.com/bustle/ember-mobiledoc-editor/pull/208) Update ember to 3.28 ([@lukemelia](https://github.com/lukemelia))
5-
6-
#### :rocket: Enhancement
7-
* [#208](https://github.com/bustle/ember-mobiledoc-editor/pull/208) Update ember to 3.28 ([@lukemelia](https://github.com/lukemelia))
3+
#### :bug: Bug Fix
4+
* [#216](https://github.com/bustle/ember-mobiledoc-editor/pull/216) [BUG] Import mobiledoc-kit css ([@cyril-sf](https://github.com/cyril-sf))
85

96
#### Committers: 1
10-
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
7+
- Cyril Fluck ([@cyril-sf](https://github.com/cyril-sf))
8+
9+
<a name="0.8.1"></a>
10+
## 0.8.1 (2023-09-27)
11+
12+
* [BUG] Import mobiledoc-kit css ([c76031c](https://github.com/bustle/ember-mobiledoc-editor/commit/c76031c))
13+
14+
1115

1216
<a name="0.8.0"></a>
1317
# 0.8.0 (2023-09-19)
@@ -19,6 +23,7 @@
1923
* Eliminate remaining deprecations ([6caef24](https://github.com/bustle/ember-mobiledoc-editor/commit/6caef24))
2024
* Eliminate this-property-fallback deprecations ([bf8a22c](https://github.com/bustle/ember-mobiledoc-editor/commit/bf8a22c))
2125
* Refactor away from reliance on getting the current Ember run loop ([ffefeb7](https://github.com/bustle/ember-mobiledoc-editor/commit/ffefeb7))
26+
* Release 0.8.0 ([1dd5f35](https://github.com/bustle/ember-mobiledoc-editor/commit/1dd5f35))
2227
* Remove jquery dependency ([eee830d](https://github.com/bustle/ember-mobiledoc-editor/commit/eee830d))
2328
* Remove unused file ([585b43e](https://github.com/bustle/ember-mobiledoc-editor/commit/585b43e))
2429
* Replace usages of action helper ([7027350](https://github.com/bustle/ember-mobiledoc-editor/commit/7027350))

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

0 commit comments

Comments
 (0)