Skip to content

Commit

Permalink
chore: release v0.11.3 (#537)
Browse files Browse the repository at this point in the history
* chore: release v0.11.3

* Update CHANGELOG.md
  • Loading branch information
Eunjae Lee committed Dec 17, 2019
1 parent d179aa6 commit a53174f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.11.3](https://github.com/algolia/shipjs/compare/v0.11.2...v0.11.3) (2019-12-17)


### Bug Fixes

* drop conventional-changelog-cli and use its node library instead ([#525](https://github.com/algolia/shipjs/issues/525)) ([430c303](https://github.com/algolia/shipjs/commit/430c303b196029a4c249a7bf2c5ac6ed05496f36))



## [0.11.2](https://github.com/algolia/shipjs/compare/v0.11.1...v0.11.2) (2019-12-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.11.2",
"version": "0.11.3",
"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.11.2",
"version": "0.11.3",
"description": "",
"main": "index.js",
"scripts": {
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.11.2",
"version": "0.11.3",
"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.11.2';
export default '0.11.3';
6 changes: 3 additions & 3 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.11.2",
"version": "0.11.3",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"prettier": "^1.18.2",
"serialize-javascript": "^2.1.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.11.2",
"shipjs-lib": "0.11.3",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand All @@ -72,4 +72,4 @@
"jest": "24.9.0",
"jest-watch-typeahead": "0.4.2"
}
}
}
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.11.2';
export default '0.11.3';

0 comments on commit a53174f

Please sign in to comment.