diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d7932..ae26508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,17 @@ 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). +### [v2.0.0](https://github.com/nzambello/voltocli/compare/v1.0.3...v2.0.0) + +> 1 July 2020 + +- updated volto config for addons [`706d54d`](https://github.com/nzambello/voltocli/commit/706d54de061ddeb9d6bb1b3c21683a2e4eb1fbfc) + #### [v1.0.3](https://github.com/nzambello/voltocli/compare/v1.0.2...v1.0.3) > 21 April 2020 +- Release 1.0.3 [`4b1335b`](https://github.com/nzambello/voltocli/commit/4b1335b6970bd226da978d8eb0ba69e9000cb4fa) - Update README.md [`f685373`](https://github.com/nzambello/voltocli/commit/f685373f4117e4eb28a86edae5308e3b7035e22f) - Update README.md [`c0bd11c`](https://github.com/nzambello/voltocli/commit/c0bd11c293848b4dbb0871e4c532016babdeed77) - dev: in utils added omelette script in package.json [`0df01cd`](https://github.com/nzambello/voltocli/commit/0df01cd1687560caa975530a51ed178993eaab31) @@ -23,14 +30,14 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). #### [v1.0.1](https://github.com/nzambello/voltocli/compare/v1.0.0...v1.0.1) -> 16 April 2020 +> 17 April 2020 - Release 1.0.1 [`96561a5`](https://github.com/nzambello/voltocli/commit/96561a5315aa5b9ec520fb95fbb47166576daaf7) - added bin package.json [`ab86a8b`](https://github.com/nzambello/voltocli/commit/ab86a8b107f05a82324da1fa151bd1dc2f5f6930) ### [v1.0.0](https://github.com/nzambello/voltocli/compare/v0.1.0...v1.0.0) -> 16 April 2020 +> 17 April 2020 - dev: added create feature from template [`6247037`](https://github.com/nzambello/voltocli/commit/624703759750b7a395ea1b6582719085f619e532) - fix: correctly handled async operations [`37063fd`](https://github.com/nzambello/voltocli/commit/37063fd59d5543672f893d08574b643aca712e1a) diff --git a/package.json b/package.json index 5f300dc..6df2823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voltocli", - "version": "1.0.3", + "version": "2.0.0", "description": "CLI to help Volto addon development", "main": "src/cli.js", "bin": {