diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a96eb..b40bd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.0](https://github.com/collective/volto-form-counter/compare/v0.1.3...v1.0.0) + +- feat: added input field to set counter value [`#1`](https://github.com/collective/volto-form-counter/pull/1) +- chore: updated widget with getCounterValue api call [`23c7ecf`](https://github.com/collective/volto-form-counter/commit/23c7ecf11a235754dba5502dddca3f9c414c41cd) +- chore: updated couter patch [`ec4a0ad`](https://github.com/collective/volto-form-counter/commit/ec4a0adb2505a50508137e7ffa9c9bdd3cdcdba7) + #### [v0.1.3](https://github.com/collective/volto-form-counter/compare/v0.1.2...v0.1.3) +> 10 December 2024 + +- Release 0.1.3 [`b8dc7ee`](https://github.com/collective/volto-form-counter/commit/b8dc7ee7078f990fc5fe3364685f5000efee0c9d) - fix: updated form_counter message [`9a43438`](https://github.com/collective/volto-form-counter/commit/9a43438365526e7a08c3f353364c807f1c0b654d) #### [v0.1.2](https://github.com/collective/volto-form-counter/compare/v0.1.1...v0.1.2) diff --git a/package-lock.json b/package-lock.json index 459128f..644e3fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "volto-form-counter", - "version": "0.1.3", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "volto-form-counter", - "version": "0.1.3", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "7.23.10", diff --git a/package.json b/package.json index 93a13c6..a1beb65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-form-counter", - "version": "0.1.3", + "version": "1.0.0", "description": "volto-form-counter: Volto add-on", "main": "src/index.js", "license": "MIT",