From 790ce235765e0f6ae138ebfce40cc883e7fab956 Mon Sep 17 00:00:00 2001 From: Michael Yali Date: Fri, 20 Aug 2021 21:57:19 +0300 Subject: [PATCH] chore: release 0.5.0 --- CHANGELOG.md | 4 +++- lib/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc282e6..121ab3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## 0.4.1 (2021-08-19) +## 0.5.0 (2021-08-20) * feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71)) * feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc)) * feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8)) +* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6)) * 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)) @@ -19,6 +20,7 @@ * chore: release 0.3.2 ([3e18e36](https://github.com/zMotivat0r/mrepo/commit/3e18e36)) * chore: release 0.3.3 ([b02191b](https://github.com/zMotivat0r/mrepo/commit/b02191b)) * chore: release 0.4.0 ([c02fce2](https://github.com/zMotivat0r/mrepo/commit/c02fce2)) +* chore: release 0.4.1 ([c9c95fb](https://github.com/zMotivat0r/mrepo/commit/c9c95fb)) * 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)) diff --git a/lib/package.json b/lib/package.json index 8e9519d..4c2fb2c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@zmotivat0r/mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.4.1", + "version": "0.5.0", "main": "index.js", "types": "index.d.ts", "bin": { diff --git a/package-lock.json b/package-lock.json index 227924f..1feb07b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mrepo", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f37a9e0..33a81d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mrepo", "description": "Awesome Typescript Monorepo Generator", - "version": "0.4.1", + "version": "0.5.0", "private": true, "scripts": { "build": "npx tsc -b tsconfig.build.json",