diff --git a/CHANGELOG.md b/CHANGELOG.md index e29a4196..517d25eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ + +# [7.1.0](https://github.com/qonto/ember-amount-input/compare/v7.0.0...v7.1.0) (2024-01-22) + + +### Bug Fixes + +* bump lockfile post release and use semantic commit message ([9119d44](https://github.com/qonto/ember-amount-input/commit/9119d44901dbb83e693b961cce3d71c34da59bc9)) +* **ci:** remove wrong GH token used in release-it config ([cbe1462](https://github.com/qonto/ember-amount-input/commit/cbe14622ba69f03fe435c96a11060ee057e85538)) +* **ci:** set infile property in release-it config ([8f74536](https://github.com/qonto/ember-amount-input/commit/8f745366271a19241c533308c578800fcbd83a2f)) +* replace v7-beta0 with v7 in changelog ([6d66e42](https://github.com/qonto/ember-amount-input/commit/6d66e42b5842556baf393a03056b92f52eef6f26)) + + +### Features + +* **ci:** add manual release workflow ([78b5d84](https://github.com/qonto/ember-amount-input/commit/78b5d8440745081002f30728a407d615d0fdcdaf)) + ## [7.0.0](https://github.com/qonto/ember-amount-input/compare/v6.0.2...v7.0.0) (2024-01-09) #### :boom: Breaking Change diff --git a/ember-amount-input/package.json b/ember-amount-input/package.json index a2981551..92aae19e 100644 --- a/ember-amount-input/package.json +++ b/ember-amount-input/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "7.0.0", + "version": "7.1.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon" diff --git a/package.json b/package.json index dcf2bc22..ef8351ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-amount-input", - "version": "7.0.0", + "version": "7.1.0", "private": true, "repository": { "type": "git", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3624eee9..1301f3ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -124,7 +124,7 @@ importers: test-app: dependencies: ember-amount-input: - specifier: 7.0.0 + specifier: 7.1.0 version: link:../ember-amount-input devDependencies: '@babel/plugin-proposal-decorators': diff --git a/test-app/package.json b/test-app/package.json index 3f691aef..3cbe0a0f 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -1,6 +1,6 @@ { "name": "test-app", - "version": "7.0.0", + "version": "7.1.0", "private": true, "description": "Test app for ember-amount-input addon", "repository": "", @@ -96,6 +96,6 @@ "edition": "octane" }, "dependencies": { - "ember-amount-input": "7.0.0" + "ember-amount-input": "7.1.0" } }