Skip to content

Commit 21180cc

Browse files
authored
Merge pull request #32 from zMotivat0r/release/add-collect-from
chore: release 0.4.1
2 parents c8efdec + c9c95fb commit 21180cc

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## 0.4.0 (2021-07-20)
1+
## <small>0.4.1 (2021-08-19)</small>
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))
5+
* feat(scripts): added addCollectCoverageFrom option to test command ([1179cc8](https://github.com/zMotivat0r/mrepo/commit/1179cc8))
56
* chore: release 0.1.8 ([141b85c](https://github.com/zMotivat0r/mrepo/commit/141b85c))
67
* chore: release 0.1.9 ([432c10b](https://github.com/zMotivat0r/mrepo/commit/432c10b))
78
* chore: release 0.2.0 ([7b8ba31](https://github.com/zMotivat0r/mrepo/commit/7b8ba31))
@@ -17,6 +18,7 @@
1718
* chore: release 0.3.1 ([e8ff034](https://github.com/zMotivat0r/mrepo/commit/e8ff034))
1819
* chore: release 0.3.2 ([3e18e36](https://github.com/zMotivat0r/mrepo/commit/3e18e36))
1920
* chore: release 0.3.3 ([b02191b](https://github.com/zMotivat0r/mrepo/commit/b02191b))
21+
* chore: release 0.4.0 ([c02fce2](https://github.com/zMotivat0r/mrepo/commit/c02fce2))
2022
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
2123
* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
2224
* fix(monorepo-generator): updated mrepo version ([89cb302](https://github.com/zMotivat0r/mrepo/commit/89cb302))

Diff for: 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.0",
4+
"version": "0.4.1",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"bin": {

Diff for: package-lock.json

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

Diff for: 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.0",
4+
"version": "0.4.1",
55
"private": true,
66
"scripts": {
77
"build": "npx tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)