diff --git a/CHANGELOG.md b/CHANGELOG.md
index a289419..615972b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.0.2 (2021-01-16)
+
+* chore(action.yml): node downgrated to 12 ([e98d8dc](https://github.com/simonecorsi/mawesome/commit/e98d8dc))
+
+
+
## 1.0.1 (2021-01-16)
* chore: action name ([97606aa](https://github.com/simonecorsi/mawesome/commit/97606aa))
@@ -8,6 +14,7 @@
* chore(release): 1.0.3 ([04320c5](https://github.com/simonecorsi/mawesome/commit/04320c5))
* chore(release): 1.0.4 ([1b7d9cd](https://github.com/simonecorsi/mawesome/commit/1b7d9cd))
* chore(release): 1.0.5 ([6baa832](https://github.com/simonecorsi/mawesome/commit/6baa832))
+* chore(release): v1.0.1 ([37480ce](https://github.com/simonecorsi/mawesome/commit/37480ce))
* ci: added github user setup ([9711928](https://github.com/simonecorsi/mawesome/commit/9711928))
* ci: better release ([e75a669](https://github.com/simonecorsi/mawesome/commit/e75a669))
* ci(version): prefixed now with v ([9c67c5b](https://github.com/simonecorsi/mawesome/commit/9c67c5b))
diff --git a/package.json b/package.json
index de23dc1..d8e8576 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mawesome",
- "version": "1.0.1",
+ "version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {