Skip to content

Commit

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


### Bug Fixes

* **deps:** update dependency @rollup/plugin-commonjs to v14 ([a7ce31f](https://github.com/razorsjs/build/commit/a7ce31fb473838204edd8f5545d2e511a2e2566a))
* **deps:** update dependency commander to v6 ([03a310f](https://github.com/razorsjs/build/commit/03a310f24dd76feb61326204e34d1de590a2b164))
* **none:** pass ([a416f69](https://github.com/razorsjs/build/commit/a416f6950f84eba8015bad25786e6faf8eb380a5))


### Features

* **rollup:** add terser ([6524811](https://github.com/razorsjs/build/commit/65248115ef24dc5256628c421d25a3aad66ace60))



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


### Bug Fixes

* **deps:** update dependency @rollup/plugin-commonjs to v14 ([a7ce31f](https://github.com/razorsjs/build/commit/a7ce31fb473838204edd8f5545d2e511a2e2566a))
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.13"
"version": "0.0.14"
}
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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"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.13",
"version": "0.0.14",
"main": "./dist/index.cjs.js",
"module": "./dist/index.cjs.js",
"license": "MIT",
Expand Down

0 comments on commit cf5dabf

Please sign in to comment.