Skip to content

Commit 790ce23

Browse files
committed
chore: release 0.5.0
1 parent 7836115 commit 790ce23

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
## <small>0.4.1 (2021-08-19)</small>
1+
## 0.5.0 (2021-08-20)
22

33
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
44
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
55
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
6+
* feat(scripts): added digest command ([5acb3e6](https://github.com/zMotivat0r/mrepo/commit/5acb3e6))
67
* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
78
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
89
* chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
@@ -19,6 +20,7 @@
1920
* chore: release 0.3.2 ([3e18e36](https://github.com/zMotivat0r/mrepo/commit/3e18e36))
2021
* chore: release 0.3.3 ([b02191b](https://github.com/zMotivat0r/mrepo/commit/b02191b))
2122
* chore: release 0.4.0 ([c02fce2](https://github.com/zMotivat0r/mrepo/commit/c02fce2))
23+
* chore: release 0.4.1 ([c9c95fb](https://github.com/zMotivat0r/mrepo/commit/c9c95fb))
2224
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
2325
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
2426
* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302))

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zmotivat0r/mrepo",
33
"description": "Awesome Typescript Monorepo Generator",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"bin": {

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mrepo",
33
"description": "Awesome Typescript Monorepo Generator",
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"private": true,
66
"scripts": {
77
"build": "npx tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)