Skip to content

Commit

Permalink
chore: release v0.0.18 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsprince authored Aug 28, 2020
1 parent ad1fda7 commit 7e7fe5f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [](https://github.com/razorsjs/build/compare/v0.0.17...v) (2020-08-28)


### Bug Fixes

* **deps:** update dependency @rollup/plugin-commonjs to v15 ([#11](https://github.com/razorsjs/build/issues/11)) ([e11b8f9](https://github.com/razorsjs/build/commit/e11b8f9f3a1ca85c2fee553b573ff18c946f61b4))


### Features

* **static:** add file ([16b0393](https://github.com/razorsjs/build/commit/16b0393d76b1f754bc7b8451a3df56223136effa))



# [](https://github.com/razorsjs/build/compare/v0.0.16...v) (2020-08-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.17"
"version": "0.0.18"
}
2 changes: 1 addition & 1 deletion packages/build-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-babel",
"version": "0.0.17",
"version": "0.0.18",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-commit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-commit",
"version": "0.0.17",
"version": "0.0.18",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-jest",
"version": "0.0.17",
"version": "0.0.18",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-rollup",
"version": "0.0.17",
"version": "0.0.18",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/build-static",
"version": "0.0.17",
"version": "0.0.18",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down

0 comments on commit 7e7fe5f

Please sign in to comment.