From 83b8ae8ca1ff0a1ddd7688712b412b38d450794a Mon Sep 17 00:00:00 2001 From: nzambello Date: Wed, 17 Mar 2021 14:58:05 +0100 Subject: [PATCH] Release 1.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c943ca..1d42a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.1.2](https://github.com/collective/volto-form-block/compare/v1.1.1...v1.1.2) + +- fix: import paths [`9fde60d`](https://github.com/collective/volto-form-block/commit/9fde60dbecb81dbf2844ae0069bb1804e46a668b) + #### [v1.1.1](https://github.com/collective/volto-form-block/compare/v1.1.0...v1.1.1) +> 16 March 2021 + - refactor: improved translations [`5351b1f`](https://github.com/collective/volto-form-block/commit/5351b1f08dbd70f6b954a05bf215e6ca7b699597) +- Release 1.1.1 [`e9ca9bb`](https://github.com/collective/volto-form-block/commit/e9ca9bbf078828ba3b6279ef4e874900ac14fbe3) #### [v1.1.0](https://github.com/collective/volto-form-block/compare/v1.0.0...v1.1.0) diff --git a/package.json b/package.json index 1a553f0..c438275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-form-block", - "version": "1.1.1", + "version": "1.1.2", "description": "Volto block to build a form", "main": "src/index.js", "repository": "https://github.com/collective/volto-form-block",