diff --git a/CHANGELOG.md b/CHANGELOG.md index 3742d31..592aa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ -# Changelog +### Changelog -## 0.1.0 +All notable changes to this project will be documented in this file. Dates are displayed in UTC. -- Initial release +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 0.2.0 + +- set publishConfig [`#2`](https://github.com/codesyntax/volto-featured-block/pull/2) +- auto-releases config [`#1`](https://github.com/codesyntax/volto-featured-block/pull/1) +- Initial commit [`009d8de`](https://github.com/codesyntax/volto-featured-block/commit/009d8deca7c7bfb0ab740e19a49b324aa3124ca5) +- yarn bootstrap [`485aba4`](https://github.com/codesyntax/volto-featured-block/commit/485aba448deffd81b91460bbf13c00e57cea5f1a) +- initial commit [`4e2db59`](https://github.com/codesyntax/volto-featured-block/commit/4e2db59efffe3ccdc01ae6de2eefe3661f5ac2af) +- replace eea [`5dc45c4`](https://github.com/codesyntax/volto-featured-block/commit/5dc45c43ef01e8b9462447211b0f29214e3a6b95) diff --git a/package.json b/package.json index edac91c..4f0afeb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-featured-block", - "version": "0.1.0", + "version": "0.2.0", "description": "@codesyntax/volto-featured-block: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team", @@ -17,7 +17,8 @@ "url": "git@github.com:codesyntax/volto-featured-block.git" }, "dependencies": { - "@plone/scripts": "*" + "@plone/scripts": "*", + "release-it": "^15.0.0" }, "devDependencies": { "@cypress/code-coverage": "^3.9.5",