diff --git a/CHANGELOG.md b/CHANGELOG.md index 4747d76e..5392698d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v6.0.2 (2023-07-13) + +#### :rocket: Enhancement + +- [#512](https://github.com/qonto/ember-amount-input/pull/512) Prevent event propagation on invalid key presses ([@nicolasgasco](https://github.com/nicolasgasco)) + +#### :house: Internal + +- [#513](https://github.com/qonto/ember-amount-input/pull/513) Auto update lock file with dependabot PRs ([@poulet42](https://github.com/poulet42)) +- [#493](https://github.com/qonto/ember-amount-input/pull/493) Use packageManager to set pnpm version ([@poulet42](https://github.com/poulet42)) +- [#492](https://github.com/qonto/ember-amount-input/pull/492) Remove double pnpm installation on CI ([@poulet42](https://github.com/poulet42)) +- [#491](https://github.com/qonto/ember-amount-input/pull/491) Remove double node installation on CI ([@poulet42](https://github.com/poulet42)) + +#### Committers: 2 + +- Corentin ([@poulet42](https://github.com/poulet42)) +- Nicolas Gasco ([@nicolasgasco](https://github.com/nicolasgasco)) + ## v6.0.1 (2023-06-02) #### :house: Internal diff --git a/ember-amount-input/package.json b/ember-amount-input/package.json index ca84d37e..797fcb79 100644 --- a/ember-amount-input/package.json +++ b/ember-amount-input/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "6.0.1", + "version": "6.0.2", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon" diff --git a/package.json b/package.json index b002d9f5..66850c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "6.0.1", + "version": "6.0.2", "private": true, "repository": { "type": "git", diff --git a/test-app/package.json b/test-app/package.json index 6965983b..2ef94664 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "6.0.1", + "version": "6.0.2", "private": true, "description": "Test app for ember-amount-input addon", "repository": "",