diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d42a31..667f115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.2.0](https://github.com/collective/volto-form-block/compare/v1.1.2...v1.2.0) + +- feat: add reset form [`d07a79f`](https://github.com/collective/volto-form-block/commit/d07a79f7cc06688ef538cdb01c201b174c23eb69) +- chore(i18n): updated translations [`8115403`](https://github.com/collective/volto-form-block/commit/81154034f48284d0bcbe9fc0221d555536e2abf9) +- chore(i18n): updated translations [`e7f4864`](https://github.com/collective/volto-form-block/commit/e7f4864b1e53012ee7a2d920c2d7a462aed89584) + #### [v1.1.2](https://github.com/collective/volto-form-block/compare/v1.1.1...v1.1.2) +> 17 March 2021 + - fix: import paths [`9fde60d`](https://github.com/collective/volto-form-block/commit/9fde60dbecb81dbf2844ae0069bb1804e46a668b) +- Release 1.1.2 [`83b8ae8`](https://github.com/collective/volto-form-block/commit/83b8ae8ca1ff0a1ddd7688712b412b38d450794a) #### [v1.1.1](https://github.com/collective/volto-form-block/compare/v1.1.0...v1.1.1) diff --git a/package.json b/package.json index c438275..709b007 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-form-block", - "version": "1.1.2", + "version": "1.2.0", "description": "Volto block to build a form", "main": "src/index.js", "repository": "https://github.com/collective/volto-form-block",