File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- ## 0.4.0 (2021-07-20)
1
+ ## < small > 0.4.1 (2021-08-19)</ small >
2
2
3
3
* feat(lerna): added independent packages versioning support ([ 56dec71] ( https://github.com/zMotivat0r/mrepo/commit/56dec71 ) )
4
4
* 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 ) )
5
6
* chore: release 0.1.8 ([ 141b85c] ( https://github.com/zMotivat0r/mrepo/commit/141b85c ) )
6
7
* chore: release 0.1.9 ([ 432c10b] ( https://github.com/zMotivat0r/mrepo/commit/432c10b ) )
7
8
* chore: release 0.2.0 ([ 7b8ba31] ( https://github.com/zMotivat0r/mrepo/commit/7b8ba31 ) )
17
18
* chore: release 0.3.1 ([ e8ff034] ( https://github.com/zMotivat0r/mrepo/commit/e8ff034 ) )
18
19
* chore: release 0.3.2 ([ 3e18e36] ( https://github.com/zMotivat0r/mrepo/commit/3e18e36 ) )
19
20
* 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 ) )
20
22
* chore(github): added PR and issues templates ([ ef40386] ( https://github.com/zMotivat0r/mrepo/commit/ef40386 ) )
21
23
* fix: updated mrepo version ([ b350143] ( https://github.com/zMotivat0r/mrepo/commit/b350143 ) )
22
24
* fix(monorepo-generator): updated mrepo version ([ 89cb302] ( https://github.com/zMotivat0r/mrepo/commit/89cb302 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @zmotivat0r/mrepo" ,
3
3
"description" : " Awesome Typescript Monorepo Generator" ,
4
- "version" : " 0.4.0 " ,
4
+ "version" : " 0.4.1 " ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
7
7
"bin" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mrepo" ,
3
3
"description" : " Awesome Typescript Monorepo Generator" ,
4
- "version" : " 0.4.0 " ,
4
+ "version" : " 0.4.1 " ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"build" : " npx tsc -b tsconfig.build.json" ,
You can’t perform that action at this time.
0 commit comments