diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b648ce..5368f320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # ember-sortable changelog + +## v4.0.1 (2022-10-03) + +#### :memo: Documentation +* [#480](https://github.com/adopted-ember-addons/ember-sortable/pull/480) fix type in modifier migration doc ([@nlfurniss](https://github.com/nlfurniss)) +* [#475](https://github.com/adopted-ember-addons/ember-sortable/pull/475) Update CHANGELOG.md ([@sandstrom](https://github.com/sandstrom)) + +#### :house: Internal +* [#487](https://github.com/adopted-ember-addons/ember-sortable/pull/487) Resolve `ember-modifier.no-args-property` deprecation warnings ([@bertdeblock](https://github.com/bertdeblock)) + +#### Committers: 3 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) +- [@sandstrom](https://github.com/sandstrom) + ## v4.0.0 (2022-05-16) #### :boom: Breaking Change diff --git a/package.json b/package.json index 485b0dc2..9f04b59e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "4.0.0", + "version": "4.0.1", "description": "Sortable UI primitives for Ember.", "keywords": [ "ember-addon",