diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f0a434..d324456 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
+## 0.1.8 (2021-04-04)
+
+* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f))
+
+
+
## 0.1.7 (2021-04-04)
+* chore: release 0.1.7 ([ac4b6ba](https://github.com/zMotivat0r/mrepo/commit/ac4b6ba))
* feat: added github templates ([d908cf0](https://github.com/zMotivat0r/mrepo/commit/d908cf0))
diff --git a/lib/package.json b/lib/package.json
index 670864f..bd2d170 100644
--- a/lib/package.json
+++ b/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@zmotivat0r/mrepo",
- "version": "0.1.7",
+ "version": "0.1.8",
"main": "index.js",
"types": "index.d.ts",
"bin": {
diff --git a/package-lock.json b/package-lock.json
index e8b1218..68061bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "monorepo-utils",
- "version": "0.1.7",
+ "version": "0.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 63a70c3..4e2b5b7 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "monorepo-utils",
"description": "Monorepo utils",
- "version": "0.1.7",
+ "version": "0.1.8",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",