Skip to content

Commit

Permalink
Merge pull request #51 from zMotivat0r/release/build-cache-checker
Browse files Browse the repository at this point in the history
chore: release 0.8.1
  • Loading branch information
michaelyali authored Oct 22, 2021
2 parents 1ed2db1 + 08adce8 commit 29939a0
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,6 +1,7 @@
## 0.8.0 (2021-10-22)
## <small>0.8.1 (2021-10-22)</small>

* fix: updated mrepo version ([b350143](https://github.com/zMotivat0r/mrepo/commit/b350143))
* fix(build): cache checker ([e047bf3](https://github.com/zMotivat0r/mrepo/commit/e047bf3))
* fix(build): fixed build all packages ([9649960](https://github.com/zMotivat0r/mrepo/commit/9649960))
* fix(digest): added --withLocalVersions option ([13dad26](https://github.com/zMotivat0r/mrepo/commit/13dad26))
* fix(digest): updated load package.json in install mode ([e3815f6](https://github.com/zMotivat0r/mrepo/commit/e3815f6))
Expand Down Expand Up @@ -37,6 +38,7 @@
* 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: release 0.7.1-beta.1 ([f136953](https://github.com/zMotivat0r/mrepo/commit/f136953))
* chore: release 0.8.0 ([1be14fa](https://github.com/zMotivat0r/mrepo/commit/1be14fa))
* chore(github): added PR and issues templates ([ef40386](https://github.com/zMotivat0r/mrepo/commit/ef40386))
* 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))
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.8.0",
"version": "0.8.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.8.0",
"version": "0.8.1",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down

0 comments on commit 29939a0

Please sign in to comment.