diff --git a/CHANGELOG.md b/CHANGELOG.md index 481064de..8c1f54dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [0.11.2](https://github.com/algolia/shipjs/compare/v0.11.1...v0.11.2) (2019-12-04) + + +### Bug Fixes + +* **config:** deep merge `config.slack` ([#494](https://github.com/algolia/shipjs/issues/494)) ([efb1704](https://github.com/algolia/shipjs/commit/efb1704f21b7baf6d469a8c5c0591f16cb0c9f61)) + +#### `prepare` +* add missing pr url to slack message ([#499](https://github.com/algolia/shipjs/issues/499)) ([fa1e654](https://github.com/algolia/shipjs/commit/fa1e65466868b38cf84658ca0511dcc3a8f74b01)) +* make `versionUpdated` and `beforeCommitChanges` undefined by default ([#495](https://github.com/algolia/shipjs/issues/495)) ([d9a4c51](https://github.com/algolia/shipjs/commit/d9a4c51a504288082ffbf0ac0094c2eec56bff01)) + +#### `trigger` +* wrong release content due to wrong regexp ([#484](https://github.com/algolia/shipjs/issues/484)) ([ba9588a](https://github.com/algolia/shipjs/commit/ba9588a941e83fea5cc7ddee64ac31a2d0d753dc)) + +#### `setup` +* add `--dry-run` flag ([#492](https://github.com/algolia/shipjs/issues/492)) ([1beb810](https://github.com/algolia/shipjs/commit/1beb8102505d21f1ffb7a61cc9efcd247d6a6b13)) + + + ## [0.11.1](https://github.com/algolia/shipjs/compare/v0.11.0...v0.11.1) (2019-12-01) diff --git a/lerna.json b/lerna.json index b97e7c10..746375db 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.11.1", + "version": "0.11.2", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index 7021b220..e50c1806 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.1", + "version": "0.11.2", "description": "", "main": "index.js", "scripts": { @@ -31,4 +31,4 @@ "all-contributors-cli": "6.11.1", "lerna": "3.19.0" } -} +} \ No newline at end of file diff --git a/packages/shipjs-lib/package.json b/packages/shipjs-lib/package.json index 1931dc03..c3fdbb51 100644 --- a/packages/shipjs-lib/package.json +++ b/packages/shipjs-lib/package.json @@ -1,6 +1,6 @@ { "name": "shipjs-lib", - "version": "0.11.1", + "version": "0.11.2", "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 fe303ffd..63f74de3 100644 --- a/packages/shipjs-lib/src/version.js +++ b/packages/shipjs-lib/src/version.js @@ -1 +1 @@ -export default '0.11.1'; +export default '0.11.2'; diff --git a/packages/shipjs/package.json b/packages/shipjs/package.json index 2d955864..634b4774 100644 --- a/packages/shipjs/package.json +++ b/packages/shipjs/package.json @@ -1,6 +1,6 @@ { "name": "shipjs", - "version": "0.11.1", + "version": "0.11.2", "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.1", + "shipjs-lib": "0.11.2", "temp-write": "4.0.0" }, "devDependencies": { diff --git a/packages/shipjs/src/version.js b/packages/shipjs/src/version.js index fe303ffd..63f74de3 100644 --- a/packages/shipjs/src/version.js +++ b/packages/shipjs/src/version.js @@ -1 +1 @@ -export default '0.11.1'; +export default '0.11.2';