diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e63f6d..d285e48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
+## 1.0.19 (2021-01-16)
+
+* fix: added missing info for action publishing ([3703b66](https://github.com/simonecorsi/mawesome/commit/3703b66))
+
+
+
## 1.0.18 (2021-01-16)
+* chore(release): v1.0.18 ([d82b715](https://github.com/simonecorsi/mawesome/commit/d82b715))
* docs: readme updated ([192aa8a](https://github.com/simonecorsi/mawesome/commit/192aa8a))
@@ -26,10 +33,3 @@
-## 1.0.14 (2021-01-16)
-
-* chore(release): v1.0.14 ([91de25f](https://github.com/simonecorsi/mawesome/commit/91de25f))
-* fix: somehow runner wont see template ([808c35c](https://github.com/simonecorsi/mawesome/commit/808c35c))
-
-
-
diff --git a/package.json b/package.json
index 94c0c49..b1a99f5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mawesome",
- "version": "1.0.18",
+ "version": "1.0.19",
"description": "",
"main": "index.js",
"scripts": {