diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea79007..e8fe9bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
+## 1.0.34 (2021-05-19)
+
+
+
+
## 1.0.33 (2021-05-19)
+* chore(release): v1.0.33 ([fc187df](https://github.com/simonecorsi/mawesome/commit/fc187df))
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([012928b](https://github.com/simonecorsi/mawesome/commit/012928b))
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([1015179](https://github.com/simonecorsi/mawesome/commit/1015179))
@@ -27,12 +33,3 @@
-## 1.0.29 (2021-01-16)
-
-* chore(release): v1.0.29 ([874894b](https://github.com/simonecorsi/mawesome/commit/874894b))
-* ci: on pull_request hook ([748c821](https://github.com/simonecorsi/mawesome/commit/748c821))
-* ci: test on push ([226c942](https://github.com/simonecorsi/mawesome/commit/226c942))
-* feat: added test workflow for pr ([1bd01f6](https://github.com/simonecorsi/mawesome/commit/1bd01f6))
-
-
-
diff --git a/package.json b/package.json
index e4db8a9..e52e050 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mawesome",
- "version": "1.0.33",
+ "version": "1.0.34",
"description": "Generate awesome list from user starred repositories",
"main": "index.js",
"author": "Simone Corsi",