diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e92643b..23fad7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ + +## v0.10.0 (2021-12-07) + +#### :boom: Breaking Change +* [#473](https://github.com/kaliber5/ember-ecsy-babylon/pull/473) Drop Ember 3.20 support ([@simonihmig](https://github.com/simonihmig)) +* [#469](https://github.com/kaliber5/ember-ecsy-babylon/pull/469) Expose AssetContainer directly in `` ([@simonihmig](https://github.com/simonihmig)) + +#### :rocket: Enhancement +* [#470](https://github.com/kaliber5/ember-ecsy-babylon/pull/470) Add `loadAssetContainer` resource ([@simonihmig](https://github.com/simonihmig)) +* [#469](https://github.com/kaliber5/ember-ecsy-babylon/pull/469) Expose AssetContainer directly in `` ([@simonihmig](https://github.com/simonihmig)) + +#### :house: Internal +* [#472](https://github.com/kaliber5/ember-ecsy-babylon/pull/472) Fix flaky test ([@simonihmig](https://github.com/simonihmig)) + +#### Committers: 1 +- Simon Ihmig ([@simonihmig](https://github.com/simonihmig)) + ## v0.9.2 (2021-11-26) #### :memo: Documentation diff --git a/package.json b/package.json index e8262000..1acb9c0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-ecsy-babylon", - "version": "0.9.2", + "version": "0.10.0", "description": "Ember addon that uses escy and babylon.js for a fully declarative 3D rendering experience in Ember apps", "keywords": [ "ember-addon"