Skip to content

Commit 571ad58

Browse files
authored
Merge pull request #47 from zMotivat0r/release/build-cache
chore: release 0.7.1-beta.1
2 parents c09b890 + f136953 commit 571ad58

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 0.7.0 (2021-10-11)
1+
## <small>0.7.1-beta.1 (2021-10-22)</small>
22

3+
* feat(build): use build cache ([39c0449](https://github.com/zMotivat0r/mrepo/commit/39c0449))
34
* feat(digest): added distTag option to install ([a3659f3](https://github.com/zMotivat0r/mrepo/commit/a3659f3))
45
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
56
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
@@ -28,6 +29,7 @@
2829
* chore: release 0.5.2 ([98a52a8](https://github.com/zMotivat0r/mrepo/commit/98a52a8))
2930
* chore: release 0.6.0 ([4469ea0](https://github.com/zMotivat0r/mrepo/commit/4469ea0))
3031
* chore: release 0.6.1 ([c843693](https://github.com/zMotivat0r/mrepo/commit/c843693))
32+
* chore: release 0.7.0 ([bd2e56b](https://github.com/zMotivat0r/mrepo/commit/bd2e56b))
3133
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
3234
* ci: updated PR template ([e249440](https://github.com/zMotivat0r/mrepo/commit/e249440))
3335
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))

Diff for: lib/bin/mrepo.js

100755100644
File mode changed.

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.7.0",
4+
"version": "0.7.1-beta.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.7.0",
4+
"version": "0.7.1-beta.1",
55
"private": true,
66
"scripts": {
77
"build": "npx tsc -b tsconfig.build.json",

0 commit comments

Comments
 (0)