From a32c8dce58e389f77a1be00936e059b6d95dab02 Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Tue, 31 Dec 2019 22:48:15 +0100 Subject: [PATCH] chore: release v0.13.0 (#580) --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- lerna.json | 2 +- package.json | 2 +- packages/shipjs-lib/package.json | 2 +- packages/shipjs-lib/src/version.js | 2 +- packages/shipjs/package.json | 6 +++--- packages/shipjs/src/version.js | 2 +- 8 files changed, 26 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5acf18a..faa5e8cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [0.13.0](https://github.com/algolia/shipjs/compare/v0.12.1...v0.13.0) (2019-12-31) + + +### Bug Fixes + +* **github-actions:** fix image name ([#557](https://github.com/algolia/shipjs/issues/557)) ([33f710c](https://github.com/algolia/shipjs/commit/33f710c36e552eca2d27d290ce1c987955335984)) +* replace GH_TOKEN with GITHUB_TOKEN ([#568](https://github.com/algolia/shipjs/issues/568)) ([835e26f](https://github.com/algolia/shipjs/commit/835e26f6d61813b46abd8c028e9b166c351adcab)) +* **prepare:** throw with --yes when git tag is missing ([#570](https://github.com/algolia/shipjs/issues/570)) ([cee5f35](https://github.com/algolia/shipjs/commit/cee5f35c1e30b8cc039a7be88a18268ae2bdd75a)) + + +### Features + +* **prepare:** add --commit-from option ([#572](https://github.com/algolia/shipjs/issues/572)) ([041d3d9](https://github.com/algolia/shipjs/commit/041d3d9c1f6fc944c3259c702973fbff9721c0a0)) +* **release:** notify GitHub release url instead of CHANGELOG ([#555](https://github.com/algolia/shipjs/issues/555)) ([c017067](https://github.com/algolia/shipjs/commit/c0170677d013757c56ca76cea4ce1b2cee45a80a)), closes [#506](https://github.com/algolia/shipjs/issues/506) + + + ## [0.12.1](https://github.com/algolia/shipjs/compare/v0.12.0...v0.12.1) (2019-12-24) diff --git a/README.md b/README.md index 2ab97163..9ffc54d2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ npm CircleCI NPM - All Contributors + All Contributors Chat on Slack

diff --git a/lerna.json b/lerna.json index e3b56095..fa66b4bc 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "0.12.1", + "version": "0.13.0", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index 0f1c76c9..bed90455 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.1", + "version": "0.13.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 b3e6b369..be9a6939 100644 --- a/packages/shipjs-lib/package.json +++ b/packages/shipjs-lib/package.json @@ -1,6 +1,6 @@ { "name": "shipjs-lib", - "version": "0.12.1", + "version": "0.13.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 84e989fb..d27a33e4 100644 --- a/packages/shipjs-lib/src/version.js +++ b/packages/shipjs-lib/src/version.js @@ -1 +1 @@ -export default '0.12.1'; +export default '0.13.0'; diff --git a/packages/shipjs/package.json b/packages/shipjs/package.json index cc05ff9d..2debc6eb 100644 --- a/packages/shipjs/package.json +++ b/packages/shipjs/package.json @@ -1,6 +1,6 @@ { "name": "shipjs", - "version": "0.12.1", + "version": "0.13.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.12.1", + "shipjs-lib": "0.13.0", "temp-write": "4.0.0", "tempfile": "^3.0.0" }, @@ -72,4 +72,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 84e989fb..d27a33e4 100644 --- a/packages/shipjs/src/version.js +++ b/packages/shipjs/src/version.js @@ -1 +1 @@ -export default '0.12.1'; +export default '0.13.0';