Skip to content

Commit 19ee0c0

Browse files
committed
Release 0.8.0
1 parent 81caf32 commit 19ee0c0

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

CHANGELOG.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
## v0.8.0-beta.0 (2021-12-28)
1+
## v0.8.0 (2022-01-04)
2+
3+
Promoted 0.8.0 beta to stable
4+
5+
6+
<a name="0.8.0"></a>
7+
# 0.8.0 (2022-01-04)
28

3-
#### :boom: Breaking Change
4-
* [#59](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/59) [BREAKING] Update to use glimmer component ([@lukemelia](https://github.com/lukemelia))
59

6-
#### :house: Internal
7-
* [#75](https://github.com/bustle/ember-mobiledoc-dom-renderer/pull/75) Use Github Actions for CI ([@lukemelia](https://github.com/lukemelia))
810

9-
#### Committers: 1
10-
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
1111

1212
<a name="0.8.0-beta.0"></a>
1313
# 0.8.0-beta.0 (2021-12-28)
1414

1515
* [BREAKING] Drop compatibility with Ember < 3.16 ([f47d771](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/f47d771))
16+
* Release 0.8.0-beta.0 ([81caf32](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/81caf32))
1617
* Update to modern Ember ([e8c1673](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/e8c1673))
1718
* Use Github Actions for CI ([3eb3865](https://github.com/bustlelabs/ember-mobiledoc-dom-renderer/commit/3eb3865))
1819

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-mobiledoc-dom-renderer",
3-
"version": "0.8.0-beta.0",
3+
"version": "0.8.0",
44
"description": "provides a runtime mobiledoc dom-renderer to ember apps",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)