Skip to content

Commit

Permalink
Merge pull request #47 from zMotivat0r/release/build-cache
Browse files Browse the repository at this point in the history
chore: release 0.7.1-beta.1
  • Loading branch information
michaelyali authored Oct 22, 2021
2 parents c09b890 + f136953 commit 571ad58
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 0.7.0 (2021-10-11)
## <small>0.7.1-beta.1 (2021-10-22)</small>

* feat(build): use build cache ([39c0449](https://github.com/zMotivat0r/mrepo/commit/39c0449))
* feat(digest): added distTag option to install ([a3659f3](https://github.com/zMotivat0r/mrepo/commit/a3659f3))
* feat(lerna): added independent packages versioning support ([56dec71](https://github.com/zMotivat0r/mrepo/commit/56dec71))
* feat(scripts-generator): added running test suite ([bc22dfc](https://github.com/zMotivat0r/mrepo/commit/bc22dfc))
Expand Down Expand Up @@ -28,6 +29,7 @@
* chore: release 0.5.2 ([98a52a8](https://github.com/zMotivat0r/mrepo/commit/98a52a8))
* chore: release 0.6.0 ([4469ea0](https://github.com/zMotivat0r/mrepo/commit/4469ea0))
* chore: release 0.6.1 ([c843693](https://github.com/zMotivat0r/mrepo/commit/c843693))
* chore: release 0.7.0 ([bd2e56b](https://github.com/zMotivat0r/mrepo/commit/bd2e56b))
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* ci: updated PR template ([e249440](https://github.com/zMotivat0r/mrepo/commit/e249440))
* ci: updated release action ([e9e59fc](https://github.com/zMotivat0r/mrepo/commit/e9e59fc))
Expand Down
Empty file modified lib/bin/mrepo.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zmotivat0r/mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.7.0",
"version": "0.7.1-beta.1",
"main": "index.js",
"types": "index.d.ts",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mrepo",
"description": "Awesome Typescript Monorepo Generator",
"version": "0.7.0",
"version": "0.7.1-beta.1",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down

0 comments on commit 571ad58

Please sign in to comment.