diff --git a/CHANGELOG.md b/CHANGELOG.md index 956215c5..bc262bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## v2.0.5 (2019-11-19) + +#### :bug: Bug Fix +* [#329](https://github.com/adopted-ember-addons/ember-sortable/pull/329) Attempt to fix vendor on consuming app production build ([@ygongdev](https://github.com/ygongdev)) +* [#328](https://github.com/adopted-ember-addons/ember-sortable/pull/328) Correcting test-support helper extraction ([@ygongdev](https://github.com/ygongdev)) + +#### :house: Internal +* [#329](https://github.com/adopted-ember-addons/ember-sortable/pull/329) Attempt to fix vendor on consuming app production build ([@ygongdev](https://github.com/ygongdev)) +* [#328](https://github.com/adopted-ember-addons/ember-sortable/pull/328) Correcting test-support helper extraction ([@ygongdev](https://github.com/ygongdev)) + +#### Committers: 1 +- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev)) + ## v2.0.4 (2019-11-19) #### :bug: Bug Fix diff --git a/package.json b/package.json index 1da5e635..960c4ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "2.0.4", + "version": "2.0.5", "description": "Sortable UI primitives for Ember.", "keywords": [ "ember-addon",