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
- ## < small >0.4.1 (2021-08-19)</ small >
1
+ ## 0.5.0 (2021-08-20)
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
5
* 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 ) )
6
7
* chore: release 0.1.8 ([ 141b85c] ( https://github.com/zMotivat0r/mrepo/commit/141b85c ) )
7
8
* chore: release 0.1.9 ([ 432c10b] ( https://github.com/zMotivat0r/mrepo/commit/432c10b ) )
8
9
* chore: release 0.2.0 ([ 7b8ba31] ( https://github.com/zMotivat0r/mrepo/commit/7b8ba31 ) )
19
20
* chore: release 0.3.2 ([ 3e18e36] ( https://github.com/zMotivat0r/mrepo/commit/3e18e36 ) )
20
21
* chore: release 0.3.3 ([ b02191b] ( https://github.com/zMotivat0r/mrepo/commit/b02191b ) )
21
22
* 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 ) )
22
24
* chore(github): added PR and issues templates ([ ef40386] ( https://github.com/zMotivat0r/mrepo/commit/ef40386 ) )
23
25
* fix: updated mrepo version ([ b350143] ( https://github.com/zMotivat0r/mrepo/commit/b350143 ) )
24
26
* 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.1 " ,
4
+ "version" : " 0.5.0 " ,
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.1 " ,
4
+ "version" : " 0.5.0 " ,
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