diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c2ca280..481064de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [0.11.1](https://github.com/algolia/shipjs/compare/v0.11.0...v0.11.1) (2019-12-01) + + +### Bug Fixes + +#### `prepare` +* ask commit range when tag is missing ([#471](https://github.com/algolia/shipjs/issues/471)) ([f659c34](https://github.com/algolia/shipjs/commit/f659c34)) +* clean up remote `origin-with-token` after git push ([#479](https://github.com/algolia/shipjs/issues/479)) ([c81d247](https://github.com/algolia/shipjs/commit/c81d247)) +* fetch tags before figuring out next version ([#468](https://github.com/algolia/shipjs/issues/468)) ([045bbc0](https://github.com/algolia/shipjs/commit/045bbc0)) +* update changelog based on commit range ([#473](https://github.com/algolia/shipjs/issues/473)) ([9841f25](https://github.com/algolia/shipjs/commit/9841f25)) +* update PR message with publish command ([#467](https://github.com/algolia/shipjs/issues/467)) ([18cc7e4](https://github.com/algolia/shipjs/commit/18cc7e4)) + +#### `trigger` +* skip missing scripts(`test` or `build`) ([#465](https://github.com/algolia/shipjs/issues/465)) ([51a58a4](https://github.com/algolia/shipjs/commit/51a58a4)) + +#### `setup` +* show `master` as a default branch when there is no remote yet ([#466](https://github.com/algolia/shipjs/issues/466)) ([f079ba5](https://github.com/algolia/shipjs/commit/f079ba5)) + + + # [0.11.0](https://github.com/algolia/shipjs/compare/v0.10.0...v0.11.0) (2019-11-27) ### NOTICE diff --git a/lerna.json b/lerna.json index 93abe948..b97e7c10 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.11.0", + "version": "0.11.1", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index 499cea3b..6ff7bbdf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.0", + "version": "0.11.1", "description": "", "main": "index.js", "scripts": { diff --git a/packages/shipjs-lib/package.json b/packages/shipjs-lib/package.json index a5ce52df..0b32160e 100644 --- a/packages/shipjs-lib/package.json +++ b/packages/shipjs-lib/package.json @@ -1,6 +1,6 @@ { "name": "shipjs-lib", - "version": "0.11.0", + "version": "0.11.1", "description": "Take control of what is going to be your next release.", "main": "dist/index.esm.js", "scripts": { diff --git a/packages/shipjs-lib/src/version.js b/packages/shipjs-lib/src/version.js index 9335af3f..fe303ffd 100644 --- a/packages/shipjs-lib/src/version.js +++ b/packages/shipjs-lib/src/version.js @@ -1 +1 @@ -export default '0.11.0'; +export default '0.11.1'; diff --git a/packages/shipjs/package.json b/packages/shipjs/package.json index 11bbcec0..86583c7f 100644 --- a/packages/shipjs/package.json +++ b/packages/shipjs/package.json @@ -1,6 +1,6 @@ { "name": "shipjs", - "version": "0.11.0", + "version": "0.11.1", "description": "Take control of what is going to be your next release.", "main": "index.js", "bin": { @@ -51,7 +51,7 @@ "prettier": "^1.18.2", "serialize-javascript": "^2.1.0", "shell-quote": "^1.7.2", - "shipjs-lib": "0.11.0", + "shipjs-lib": "0.11.1", "temp-write": "4.0.0" }, "devDependencies": { diff --git a/packages/shipjs/src/version.js b/packages/shipjs/src/version.js index 9335af3f..fe303ffd 100644 --- a/packages/shipjs/src/version.js +++ b/packages/shipjs/src/version.js @@ -1 +1 @@ -export default '0.11.0'; +export default '0.11.1';