diff --git a/CHANGELOG.md b/CHANGELOG.md index 517d25eb..4dbcc843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [7.2.0](https://github.com/qonto/ember-amount-input/compare/v7.1.0...v7.2.0) (2024-03-08) + + +### Features + +* handle pasted strings ([11ae13b](https://github.com/qonto/ember-amount-input/commit/11ae13b6a935d5b47719e85a0ed6ab8f99dc5a77)) + # [7.1.0](https://github.com/qonto/ember-amount-input/compare/v7.0.0...v7.1.0) (2024-01-22) diff --git a/ember-amount-input/package.json b/ember-amount-input/package.json index 03a975ca..7ab62c05 100644 --- a/ember-amount-input/package.json +++ b/ember-amount-input/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "7.1.0", + "version": "7.2.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon" diff --git a/package.json b/package.json index f4918701..f87d254a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "7.1.0", + "version": "7.2.0", "private": true, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a957f35..84ca90ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,7 +124,7 @@ importers: test-app: dependencies: ember-amount-input: - specifier: 7.1.0 + specifier: 7.2.0 version: link:../ember-amount-input devDependencies: '@babel/plugin-proposal-decorators': diff --git a/test-app/package.json b/test-app/package.json index 3c8cc897..2d2d2b1f 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "7.1.0", + "version": "7.2.0", "private": true, "description": "Test app for ember-amount-input addon", "repository": "", @@ -96,6 +96,6 @@ "edition": "octane" }, "dependencies": { - "ember-amount-input": "7.1.0" + "ember-amount-input": "7.2.0" } }