Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelyali committed Mar 31, 2021
1 parent b646845 commit 03f3b75
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## <small>0.1.1 (2021-03-31)</small>

* fix(lib): made package access public ([b646845](https://github.com/alloyify/monorepo-utils/commit/b646845))



## 0.1.0 (2021-03-31)

* chore: release 0.1.0 ([a72c62a](https://github.com/alloyify/monorepo-utils/commit/a72c62a))
* feat: added monorepo, package, scripts generators ([001fc68](https://github.com/alloyify/monorepo-utils/commit/001fc68))
* Initial commit ([eb7f908](https://github.com/alloyify/monorepo-utils/commit/eb7f908))

Expand Down
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.0",
"version": "0.1.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.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "npx tsc -b tsconfig.build.json",
Expand Down

0 comments on commit 03f3b75

Please sign in to comment.