diff --git a/CHANGELOG.md b/CHANGELOG.md index a118c5e..0547a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -## 0.3.0 (2021-04-09) +## 0.3.1 (2021-04-09) -* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71)) +* 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)) +* fix(templates): up mrepo version ([873762d](https://github.com/zMotivat0r/mrepo/commit/873762d)) * 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)) @@ -12,13 +16,11 @@ * chore: release 0.2.5 ([ae53d03](https://github.com/zMotivat0r/mrepo/commit/ae53d03)) * chore: release 0.2.6 ([814e84c](https://github.com/zMotivat0r/mrepo/commit/814e84c)) * chore: release 0.2.7 ([7307a4d](https://github.com/zMotivat0r/mrepo/commit/7307a4d)) +* chore: release 0.3.0 ([2f91d03](https://github.com/zMotivat0r/mrepo/commit/2f91d03)) * chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386)) +* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71)) * ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc)) * ci: updated release action ([618119f](https://github.com/zMotivat0r/mrepo/commit/618119f)) -* 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)) diff --git a/lib/package.json b/lib/package.json index 714b772..11032dd 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@zmotivat0r/mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.3.0", + "version": "0.3.1", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/package-lock.json b/package-lock.json index fdd7f70..6a699f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "monorepo-utils", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2b7c47..0e8621c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "build": "npx tsc -b tsconfig.build.json",