diff --git a/CHANGELOG.md b/CHANGELOG.md index 3093fe673..19ed6e32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ +## v2.13.0 (2023-09-14) + +#### :rocket: Enhancement +* [#429](https://github.com/appuniversum/ember-appuniversum/pull/429) Deprecate some `AuInput` features ([@Windvis](https://github.com/Windvis)) +* [#428](https://github.com/appuniversum/ember-appuniversum/pull/428) Add a `{{au-inputmask}}` modifier ([@Windvis](https://github.com/Windvis)) +* [#427](https://github.com/appuniversum/ember-appuniversum/pull/427) Add Ember v5 support ([@Windvis](https://github.com/Windvis)) + +#### :house: Internal +* [#426](https://github.com/appuniversum/ember-appuniversum/pull/426) Ember v5.2 blueprint update ([@Windvis](https://github.com/Windvis)) + +#### Committers: 1 +- Sam Van Campenhout ([@Windvis](https://github.com/Windvis)) + + ## v2.12.1 (2023-09-11) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index 447a58540..20f2b564d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "2.12.1", + "version": "2.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a6f55f27..4029af452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@appuniversum/ember-appuniversum", - "version": "2.12.1", + "version": "2.13.0", "description": "Ember addon wrapping the appuniversum components.", "keywords": [ "ember-addon"