diff --git a/CHANGELOG.md b/CHANGELOG.md index 07e4789e4..b4d26cc4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.46.0 (2021-07-12) + +#### :rocket: Enhancement +* [#130](https://github.com/lblod/ember-rdfa-editor/pull/130) Feature/event bus ([@abeforgit](https://github.com/abeforgit)) + +#### :bug: Bug Fix +* [#130](https://github.com/lblod/ember-rdfa-editor/pull/130) Feature/event bus ([@abeforgit](https://github.com/abeforgit)) + +#### :house: Internal +* [#127](https://github.com/lblod/ember-rdfa-editor/pull/127) Changes to getFromSelection methods in ModelTable ([@RobbeDP](https://github.com/RobbeDP)) +* [#126](https://github.com/lblod/ember-rdfa-editor/pull/126) Commands testing + implementation xml table reader ([@RobbeDP](https://github.com/RobbeDP)) + +#### Committers: 2 +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) +- Robbe De Proft ([@RobbeDP](https://github.com/RobbeDP)) + + ## 0.45.0 (2021-07-01) diff --git a/package.json b/package.json index 0a18f5586..67a2e650a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lblod/ember-rdfa-editor", - "version": "0.45.0", + "version": "0.46.0", "description": "Ember addon wrapping an RDFa editor with a public API", "keywords": [ "ember-addon"