diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39153b7..6c5ec0a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,57 +1,65 @@
+## 0.1.7-beta.2 (2021-04-04)
+
+* feat: added create packages npmrc util ([344ce46](https://github.com/zMotivat0r/mrepo/commit/344ce46))
+* fix: update release command ([7b7f46e](https://github.com/zMotivat0r/mrepo/commit/7b7f46e))
+
+
+
## 0.1.7-beta.1 (2021-04-03)
-* ci(github): updated tests action ([358d238](https://github.com/alloyify/monorepo-utils/commit/358d238))
-* feat(generators): added github test action ([9fc3d82](https://github.com/alloyify/monorepo-utils/commit/9fc3d82))
+* chore: release 0.1.7-beta.1 ([eb2536a](https://github.com/zMotivat0r/mrepo/commit/eb2536a))
+* ci(github): updated tests action ([358d238](https://github.com/zMotivat0r/mrepo/commit/358d238))
+* feat(generators): added github test action ([9fc3d82](https://github.com/zMotivat0r/mrepo/commit/9fc3d82))
## 0.1.6 (2021-04-02)
-* chore: release 0.1.6 ([dc32c82](https://github.com/alloyify/monorepo-utils/commit/dc32c82))
-* ci(github): updated tests and release actions ([6bb3ad6](https://github.com/alloyify/monorepo-utils/commit/6bb3ad6))
+* chore: release 0.1.6 ([dc32c82](https://github.com/zMotivat0r/mrepo/commit/dc32c82))
+* ci(github): updated tests and release actions ([6bb3ad6](https://github.com/zMotivat0r/mrepo/commit/6bb3ad6))
## 0.1.5 (2021-04-01)
-* chore: release 0.1.5 ([7976c8a](https://github.com/alloyify/monorepo-utils/commit/7976c8a))
-* docs: updated readme ([e25fe76](https://github.com/alloyify/monorepo-utils/commit/e25fe76))
+* chore: release 0.1.5 ([7976c8a](https://github.com/zMotivat0r/mrepo/commit/7976c8a))
+* docs: updated readme ([e25fe76](https://github.com/zMotivat0r/mrepo/commit/e25fe76))
## 0.1.4 (2021-03-31)
-* chore: release 0.1.4 ([2842e0d](https://github.com/alloyify/monorepo-utils/commit/2842e0d))
-* ci(github): hopfully fixed release-trigger action ([059cba9](https://github.com/alloyify/monorepo-utils/commit/059cba9))
+* chore: release 0.1.4 ([2842e0d](https://github.com/zMotivat0r/mrepo/commit/2842e0d))
+* ci(github): hopfully fixed release-trigger action ([059cba9](https://github.com/zMotivat0r/mrepo/commit/059cba9))
## 0.1.3 (2021-03-31)
-* chore: release 0.1.3 ([fdc30d6](https://github.com/alloyify/monorepo-utils/commit/fdc30d6))
-* ci(github): updated release-trigger action ([f743456](https://github.com/alloyify/monorepo-utils/commit/f743456))
+* chore: release 0.1.3 ([fdc30d6](https://github.com/zMotivat0r/mrepo/commit/fdc30d6))
+* ci(github): updated release-trigger action ([f743456](https://github.com/zMotivat0r/mrepo/commit/f743456))
## 0.1.2 (2021-03-31)
-* chore: release 0.1.2 ([93bf30c](https://github.com/alloyify/monorepo-utils/commit/93bf30c))
-* ci(github): updated release-trigger action ([b013813](https://github.com/alloyify/monorepo-utils/commit/b013813))
+* chore: release 0.1.2 ([93bf30c](https://github.com/zMotivat0r/mrepo/commit/93bf30c))
+* ci(github): updated release-trigger action ([b013813](https://github.com/zMotivat0r/mrepo/commit/b013813))
## 0.1.1 (2021-03-31)
-* chore: release 0.1.1 ([03f3b75](https://github.com/alloyify/monorepo-utils/commit/03f3b75))
-* fix(lib): made package access public ([b646845](https://github.com/alloyify/monorepo-utils/commit/b646845))
+* chore: release 0.1.1 ([03f3b75](https://github.com/zMotivat0r/mrepo/commit/03f3b75))
+* fix(lib): made package access public ([b646845](https://github.com/zMotivat0r/mrepo/commit/b646845))
## 0.1.0 (2021-03-31)
-* chore: release 0.1.0 ([a72c62a](https://github.com/alloyify/monorepo-utils/commit/a72c62a))
-* feat: added monorepo, package, scripts generators ([001fc68](https://github.com/alloyify/monorepo-utils/commit/001fc68))
-* Initial commit ([eb7f908](https://github.com/alloyify/monorepo-utils/commit/eb7f908))
+* chore: release 0.1.0 ([a72c62a](https://github.com/zMotivat0r/mrepo/commit/a72c62a))
+* feat: added monorepo, package, scripts generators ([001fc68](https://github.com/zMotivat0r/mrepo/commit/001fc68))
+* Initial commit ([eb7f908](https://github.com/zMotivat0r/mrepo/commit/eb7f908))
diff --git a/lib/bin/mrepo.js b/lib/bin/mrepo.js
old mode 100755
new mode 100644
diff --git a/lib/package.json b/lib/package.json
index 3b98859..6e67bbf 100644
--- a/lib/package.json
+++ b/lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@zmotivat0r/mrepo",
- "version": "0.1.7-beta.1",
+ "version": "0.1.7-beta.2",
"main": "index.js",
"types": "index.d.ts",
"bin": {
diff --git a/package-lock.json b/package-lock.json
index 5110dee..346b48f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "monorepo-utils",
- "version": "0.1.7-beta.1",
+ "version": "0.1.7-beta.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 7268193..269fd28 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "monorepo-utils",
"description": "Monorepo utils",
- "version": "0.1.7-beta.1",
+ "version": "0.1.7-beta.2",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",