diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aeda76..5422ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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). +#### [0.7.0](https://github.com/codesyntax/volto-featured-block/compare/0.6.0...0.7.0) + +- Editor icon background color on hover [`#7`](https://github.com/codesyntax/volto-featured-block/pull/7) +- Erral patch 1 [`#8`](https://github.com/codesyntax/volto-featured-block/pull/8) +- hover of icons [`e0d46ba`](https://github.com/codesyntax/volto-featured-block/commit/e0d46ba9640314b4f9dbd5387042d74a34b6b9c2) +- Update release.yml [`539109c`](https://github.com/codesyntax/volto-featured-block/commit/539109c15951d00ff56b66365d7677fd969579f1) +- Update package.json [`d8833be`](https://github.com/codesyntax/volto-featured-block/commit/d8833bee5bcf2a78a186cbae5510a1375718ea36) + #### [0.6.0](https://github.com/codesyntax/volto-featured-block/compare/0.5.0...0.6.0) +> 1 July 2022 + - locales [`#6`](https://github.com/codesyntax/volto-featured-block/pull/6) +- Automated release 0.6.0 [`54e11fc`](https://github.com/codesyntax/volto-featured-block/commit/54e11fcd7f1b1d4ccefcabfc155a2e45cfcbe4fb) - imageEditor image url fixes [`00fd808`](https://github.com/codesyntax/volto-featured-block/commit/00fd808e4f523373e93aae200303cc642642cb80) - remove unused class [`d3a26da`](https://github.com/codesyntax/volto-featured-block/commit/d3a26dae38cad2851a3f7666f50c1047cce7741e) diff --git a/package.json b/package.json index fc77b4a..072487a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codesyntax/volto-featured-block", - "version": "0.6.0", + "version": "0.7.0", "description": "@codesyntax/volto-featured-block: Volto add-on", "main": "src/index.js", "author": "Ion Lizarazu ", @@ -18,7 +18,7 @@ }, "dependencies": { "@plone/scripts": "*", - "release-it": "^15.1.1" + "release-it": "^15.6.0" }, "devDependencies": { "@cypress/code-coverage": "^3.9.5",