diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f8cc15..b4235e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [0.14.0](https://github.com/algolia/shipjs/compare/v0.13.1...v0.14.0) (2020-01-14) + + +### Bug Fixes + +* **release**: add `version` in `afterPublish` hook ([#608](https://github.com/algolia/shipjs/issues/608)) ([76c5591](https://github.com/algolia/shipjs/commit/76c5591c7fe7aa52b1dfab64fa084c96a09a1206)) +* **action**: pin GitHub Action versions ([#612](https://github.com/algolia/shipjs/issues/612)) ([b5e576a](https://github.com/algolia/shipjs/commit/b5e576a7d3c904676ec66dfac9e946a234470124)) +* **action**: replace switch with build in checkout ([#602](https://github.com/algolia/shipjs/issues/602)) ([ef5f8b9](https://github.com/algolia/shipjs/commit/ef5f8b9ba9571c787b7e4ec7569ed4920f3189d9)) +* **slack:** use tag name instead of release tag ([#609](https://github.com/algolia/shipjs/issues/609)) ([f183425](https://github.com/algolia/shipjs/commit/f18342579214ac99be33f71bc6b8f37c52fea8b8)) + + +### Features + +* **prepare:** provide a config to assign team as reviewer ([#619](https://github.com/algolia/shipjs/issues/619)) ([14ebf38](https://github.com/algolia/shipjs/commit/14ebf3865954c1ca2b07e03cb02dbe3f06f1f593)) + + + ## [0.13.1](https://github.com/algolia/shipjs/compare/v0.13.0...v0.13.1) (2019-12-31) diff --git a/lerna.json b/lerna.json index ac9caaab..6500cadf 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.13.1", + "version": "0.14.0", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index d95ae46e..767455a4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.13.1", + "version": "0.14.0", "scripts": { "prepare": "yarn build", "build": "yarn workspace shipjs-lib build", diff --git a/packages/shipjs-lib/package.json b/packages/shipjs-lib/package.json index 5859b1df..d0b5010f 100644 --- a/packages/shipjs-lib/package.json +++ b/packages/shipjs-lib/package.json @@ -1,6 +1,6 @@ { "name": "shipjs-lib", - "version": "0.13.1", + "version": "0.14.0", "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 6c12fb14..3a0c7fcc 100644 --- a/packages/shipjs-lib/src/version.js +++ b/packages/shipjs-lib/src/version.js @@ -1 +1 @@ -export default '0.13.1'; +export default '0.14.0'; diff --git a/packages/shipjs/package.json b/packages/shipjs/package.json index 7336b790..0d4d3e86 100644 --- a/packages/shipjs/package.json +++ b/packages/shipjs/package.json @@ -1,6 +1,6 @@ { "name": "shipjs", - "version": "0.13.1", + "version": "0.14.0", "description": "Take control of what is going to be your next release.", "main": "index.js", "bin": { @@ -52,7 +52,7 @@ "prettier": "^1.18.2", "serialize-javascript": "^2.1.0", "shell-quote": "^1.7.2", - "shipjs-lib": "0.13.1", + "shipjs-lib": "0.14.0", "temp-write": "4.0.0", "tempfile": "^3.0.0" }, diff --git a/packages/shipjs/src/version.js b/packages/shipjs/src/version.js index 6c12fb14..3a0c7fcc 100644 --- a/packages/shipjs/src/version.js +++ b/packages/shipjs/src/version.js @@ -1 +1 @@ -export default '0.13.1'; +export default '0.14.0';