Skip to content

Commit

Permalink
chore: release v0.3.1 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Aug 17, 2019
1 parent b6fc850 commit 8702ec2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.1](https://github.com/algolia/shipjs/compare/v0.3.0...v0.3.1) (2019-08-17)


### Bug Fixes

* ignore commits out of convention instead of throwing ([#176](https://github.com/algolia/shipjs/issues/176)) ([b6fc850](https://github.com/algolia/shipjs/commit/b6fc850))



# [0.3.0](https://github.com/algolia/shipjs/compare/v0.2.0...v0.3.0) (2019-08-17)


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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"description": "",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
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.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"conventional-changelog-cli": "2.0.23",
"esm": "3.2.25",
"inquirer": "6.5.1",
"shipjs-lib": "0.3.0",
"shipjs-lib": "0.3.1",
"temp-write": "4.0.0"
},
"devDependencies": {
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.3.0';
export default '0.3.1';

0 comments on commit 8702ec2

Please sign in to comment.