Skip to content

Commit

Permalink
chore: release v0.3.4 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Aug 20, 2019
1 parent 5cf437b commit 06c6977
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.4](https://github.com/algolia/shipjs/compare/v0.3.3...v0.3.4) (2019-08-20)



## [0.3.2](https://github.com/algolia/shipjs/compare/v0.3.1...v0.3.2) (2019-08-18)


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.3",
"version": "0.3.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.3.3",
"version": "0.3.4",
"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.3",
"version": "0.3.4",
"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.3",
"version": "0.3.4",
"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.3",
"shipjs-lib": "0.3.4",
"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.3';
export default '0.3.4';

0 comments on commit 06c6977

Please sign in to comment.