Skip to content

Commit

Permalink
chore: release 0.1.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyali committed Apr 3, 2021
1 parent f534d2b commit eb2536a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## <small>0.1.7-beta.1 (2021-04-03)</small>

* ci(github): updated tests action ([358d238](https://github.com/alloyify/monorepo-utils/commit/358d238))
* feat(generators): added github test action ([9fc3d82](https://github.com/alloyify/monorepo-utils/commit/9fc3d82))



## <small>0.1.6 (2021-04-02)</small>

* chore: release 0.1.6 ([dc32c82](https://github.com/alloyify/monorepo-utils/commit/dc32c82))
* ci(github): updated tests and release actions ([6bb3ad6](https://github.com/alloyify/monorepo-utils/commit/6bb3ad6))


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,6 +1,6 @@
{
"name": "@zmotivat0r/mrepo",
"version": "0.1.6",
"version": "0.1.7-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": "monorepo-utils",
"description": "Monorepo utils",
"version": "0.1.6",
"version": "0.1.7-beta.1",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down

0 comments on commit eb2536a

Please sign in to comment.