From 55782bc6f19cfb3aeec0664f09182ac7153093b0 Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Thu, 28 Nov 2019 17:41:11 +0100 Subject: [PATCH] chore: release v0.11.0 (#461) * chore: release v0.11.0 * docs: update CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ lerna.json | 2 +- package.json | 4 ++-- packages/shipjs-lib/package.json | 2 +- packages/shipjs-lib/src/version.js | 2 +- packages/shipjs/package.json | 6 +++--- packages/shipjs/src/version.js | 2 +- 7 files changed, 32 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e61ffcdf..9c2ca280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [0.11.0](https://github.com/algolia/shipjs/compare/v0.10.0...v0.11.0) (2019-11-27) + +### NOTICE + +From `0.11.0`, `GITHUB_TOKEN` is required as an environment variable for Ship.js to work. + +Please refer to [the guide](./GUIDE.md#github-token). + +### Bug Fixes + +* check if origin-with-token already exists on prepare command ([#455](https://github.com/algolia/shipjs/issues/455)) ([ce296a6](https://github.com/algolia/shipjs/commit/ce296a6)) +* create github release with rest api instead of hub ([#458](https://github.com/algolia/shipjs/issues/458)) ([0bfeda6](https://github.com/algolia/shipjs/commit/0bfeda6)) +* create pull request with rest api instead of hub ([#456](https://github.com/algolia/shipjs/issues/456)) ([9423f11](https://github.com/algolia/shipjs/commit/9423f11)) +* guide users to have GITHUB_TOKEN ([#460](https://github.com/algolia/shipjs/issues/460)) ([b3ae436](https://github.com/algolia/shipjs/commit/b3ae436)) +* remove hub ([#459](https://github.com/algolia/shipjs/issues/459)) ([cfd4b2f](https://github.com/algolia/shipjs/commit/cfd4b2f)) + + +### Features + +* add support for scoped packages ([#451](https://github.com/algolia/shipjs/issues/451)) ([765cade](https://github.com/algolia/shipjs/commit/765cade)) + + + # [0.10.0](https://github.com/algolia/shipjs/compare/v0.9.0...v0.10.0) (2019-11-26) diff --git a/lerna.json b/lerna.json index f5bcbd10..93abe948 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.10.0", + "version": "0.11.0", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index b6de69a0..499cea3b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.10.0", + "version": "0.11.0", "description": "", "main": "index.js", "scripts": { @@ -29,4 +29,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 ffe27dff..f57723dc 100644 --- a/packages/shipjs-lib/package.json +++ b/packages/shipjs-lib/package.json @@ -1,6 +1,6 @@ { "name": "shipjs-lib", - "version": "0.10.0", + "version": "0.11.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 5a92929c..9335af3f 100644 --- a/packages/shipjs-lib/src/version.js +++ b/packages/shipjs-lib/src/version.js @@ -1 +1 @@ -export default '0.10.0'; +export default '0.11.0'; diff --git a/packages/shipjs/package.json b/packages/shipjs/package.json index 647a78b5..e31cdc4e 100644 --- a/packages/shipjs/package.json +++ b/packages/shipjs/package.json @@ -1,6 +1,6 @@ { "name": "shipjs", - "version": "0.10.0", + "version": "0.11.0", "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.10.0", + "shipjs-lib": "0.11.0", "temp-write": "4.0.0" }, "devDependencies": { @@ -70,4 +70,4 @@ "jest": "24.9.0", "jest-watch-typeahead": "0.4.2" } -} +} \ No newline at end of file diff --git a/packages/shipjs/src/version.js b/packages/shipjs/src/version.js index 5a92929c..9335af3f 100644 --- a/packages/shipjs/src/version.js +++ b/packages/shipjs/src/version.js @@ -1 +1 @@ -export default '0.10.0'; +export default '0.11.0';