diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d8db6d..7bedb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ -## 0.2.4 (2021-04-06) +## 0.2.5 (2021-04-06) -* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143)) -* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302)) -* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a)) -* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955)) +* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc)) +* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f)) * chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c)) * chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b)) * chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31)) @@ -11,7 +9,12 @@ * chore: release 0.2.1 ([e1f2661](https://github.com/zMotivat0r/mrepo/commit/e1f2661)) * chore: release 0.2.2 ([9e086e5](https://github.com/zMotivat0r/mrepo/commit/9e086e5)) * chore: release 0.2.3 ([a44be14](https://github.com/zMotivat0r/mrepo/commit/a44be14)) +* chore: release 0.2.4 ([fdbaa20](https://github.com/zMotivat0r/mrepo/commit/fdbaa20)) * chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386)) +* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143)) +* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302)) +* fix(monorepo-generator): updated package.json template ([c53c31a](https://github.com/zMotivat0r/mrepo/commit/c53c31a)) +* fix(pacakge-generator): updated template files ([a384955](https://github.com/zMotivat0r/mrepo/commit/a384955)) * docs: added build clean generate commands docs ([38c135e](https://github.com/zMotivat0r/mrepo/commit/38c135e)) * docs: added demo gif ([4d05582](https://github.com/zMotivat0r/mrepo/commit/4d05582)) * docs: added features section ([45bdeff](https://github.com/zMotivat0r/mrepo/commit/45bdeff)) @@ -22,7 +25,6 @@ * docs: started added readme ([ca99cfe](https://github.com/zMotivat0r/mrepo/commit/ca99cfe)) * docs: updated package.json and readmes ([d6dab86](https://github.com/zMotivat0r/mrepo/commit/d6dab86)) * docs: updated readme gifs ([56e90fd](https://github.com/zMotivat0r/mrepo/commit/56e90fd)) -* ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f)) diff --git a/lib/package.json b/lib/package.json index a02c732..11182f2 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@zmotivat0r/mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.2.4", + "version": "0.2.5", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/lib/templates/monorepo-generator/package.json b/lib/templates/monorepo-generator/package.json index be231f5..76cf926 100644 --- a/lib/templates/monorepo-generator/package.json +++ b/lib/templates/monorepo-generator/package.json @@ -41,7 +41,7 @@ "@types/node": "14.14.35", "@typescript-eslint/eslint-plugin": "4.19.0", "@typescript-eslint/parser": "4.19.0", - "@zmotivat0r/mrepo": "0.2.4", + "@zmotivat0r/mrepo": "0.2.5", "commitizen": "4.2.3", "conventional-changelog-cli": "2.1.1", "cz-conventional-changelog": "3.3.0", diff --git a/package-lock.json b/package-lock.json index 687267e..46eda05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "monorepo-utils", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a10b54f..9a0a697 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.2.4", + "version": "0.2.5", "private": true, "scripts": { "build": "npx tsc -b tsconfig.build.json",