Skip to content

Commit

Permalink
chore: release v0.3.2 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee committed Aug 18, 2019
1 parent d2b2e4a commit d3727c9
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [0.3.2](https://github.com/algolia/shipjs/compare/v0.3.1...v0.3.2) (2019-08-18)


### Bug Fixes

* add missing message on dry-mode ([#178](https://github.com/algolia/shipjs/issues/178)) ([3922854](https://github.com/algolia/shipjs/commit/3922854))
* fix wrong command for git push ([#182](https://github.com/algolia/shipjs/issues/182)) ([d2b2e4a](https://github.com/algolia/shipjs/commit/d2b2e4a))



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


Expand Down
1 change: 1 addition & 0 deletions GUIDE.md
Expand Up @@ -15,6 +15,7 @@
- [Release projects somewhere other than NPM](#release-projects-somewhere-other-than-npm)
- [Release your monorepo project](#release-your-monorepo-project)
- [Schedule your release](#schedule-your-release)
- [Assign Reviewers](#assign-reviewers)
- [All Configurations](#all-configurations)
- [Commands](#commands)
- [`shipjs prepare`](#shipjs-prepare)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.3.1",
"version": "0.3.2",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.3.1",
"version": "0.3.2",
"description": "",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.3.1",
"version": "0.3.2",
"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.1",
"shipjs-lib": "0.3.2",
"temp-write": "4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
@@ -1 +1 @@
export default '0.3.1';
export default '0.3.2';

0 comments on commit d3727c9

Please sign in to comment.