Skip to content

Commit

Permalink
chore: release v0.18.4 (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored May 8, 2020
1 parent 1367315 commit 2a7756c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.18.4](https://github.com/algolia/shipjs/compare/v0.18.3...v0.18.4) (2020-05-08)


### Bug Fixes

* **actions:** fix ejs syntax ([#801](https://github.com/algolia/shipjs/issues/801)) ([8055a9f](https://github.com/algolia/shipjs/commit/8055a9f5ce7d4d4f6d904dd096e4a244e2676f9d))
* **release:** push to correct branch in toReleaseBranch strategy ([#803](https://github.com/algolia/shipjs/issues/803)) ([1367315](https://github.com/algolia/shipjs/commit/1367315976244289ccb66c8c8d96ee62d421418f))



## [0.18.3](https://github.com/algolia/shipjs/compare/v0.18.2...v0.18.3) (2020-05-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.18.3",
"version": "0.18.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.18.3",
"version": "0.18.4",
"scripts": {
"prepare": "yarn build",
"build": "yarn workspace shipjs-lib build",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.18.3",
"version": "0.18.4",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.18.3';
export default '0.18.4';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.18.3",
"version": "0.18.4",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.18.3",
"shipjs-lib": "0.18.4",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.18.3';
export default '0.18.4';

0 comments on commit 2a7756c

Please sign in to comment.