From aa8ad2b21396b4e7b374aae57b4284cf13e30c75 Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 18 Mar 2021 22:20:29 +0100 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d624e..e338dd0 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.3.0](https://github.com/collective/volto-form-block/compare/v1.2.2...v1.3.0) + +- feat: add multiple value checkbox widget [`0f86816`](https://github.com/collective/volto-form-block/commit/0f868164d80bb250b6fe8a29685c40b5930c80da) + #### [v1.2.2](https://github.com/collective/volto-form-block/compare/v1.2.1...v1.2.2) +> 18 March 2021 + - refactor: add cancel translation [`608d3bd`](https://github.com/collective/volto-form-block/commit/608d3bd28660f0b2f5c80f5d9486076b9fd32088) +- Release 1.2.2 [`ae30355`](https://github.com/collective/volto-form-block/commit/ae303556044822a0f726d82d194b8c6136d7eb49) #### [v1.2.1](https://github.com/collective/volto-form-block/compare/v1.2.0...v1.2.1) diff --git a/package.json b/package.json index bdaf950..b24a4fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-form-block", - "version": "1.2.2", + "version": "1.3.0", "description": "Volto block to build a form", "main": "src/index.js", "repository": "https://github.com/collective/volto-form-block",