Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Jan 4, 2022
1 parent 81caf32 commit 19ee0c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
## v0.8.0-beta.0 (2021-12-28)
## v0.8.0 (2022-01-04)

Promoted 0.8.0 beta to stable


<a name="0.8.0"></a>
# 0.8.0 (2022-01-04)

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

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mobiledoc-dom-renderer",
"version": "0.8.0-beta.0",
"version": "0.8.0",
"description": "provides a runtime mobiledoc dom-renderer to ember apps",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 19ee0c0

Please sign in to comment.