diff --git a/CHANGELOG.md b/CHANGELOG.md index ade97f8..ed6ff8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ +## 1.0.21 (2021-01-16) + +* fix: added latest tag at release ([6b8b525](https://github.com/simonecorsi/mawesome/commit/6b8b525)) + + + ## 1.0.20 (2021-01-16) * chore(action.yml): updated ([7bdae48](https://github.com/simonecorsi/mawesome/commit/7bdae48)) +* chore(release): v1.0.20 ([738785e](https://github.com/simonecorsi/mawesome/commit/738785e)) @@ -25,11 +32,3 @@ -## 1.0.16 (2021-01-16) - -* chore: moved helpers in own file ([29bcf41](https://github.com/simonecorsi/mawesome/commit/29bcf41)) -* chore(release): v1.0.16 ([f8cb892](https://github.com/simonecorsi/mawesome/commit/f8cb892)) -* fix: if tempalte fail should exit(1) ([ee824d1](https://github.com/simonecorsi/mawesome/commit/ee824d1)) - - - diff --git a/package.json b/package.json index ea97803..b38fa68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mawesome", - "version": "1.0.20", + "version": "1.0.21", "description": "", "main": "index.js", "scripts": {