Skip to content

Commit

Permalink
chore: release v0.16.0 (#677)
Browse files Browse the repository at this point in the history
* chore: release v0.16.0

* Update CHANGELOG.md
  • Loading branch information
Eunjae Lee committed Feb 25, 2020
1 parent c25b49b commit 641fe5f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
# [0.16.0](https://github.com/algolia/shipjs/compare/v0.15.0...v0.16.0) (2020-02-25)


### Bug Fixes

* detect major versions correctly ([#666](https://github.com/algolia/shipjs/issues/666)) ([5c5cca1](https://github.com/algolia/shipjs/commit/5c5cca180a37a163bef53df28d222c923eab87c2)), closes [#634](https://github.com/algolia/shipjs/issues/634)
* pass version to buildCommand ([#676](https://github.com/algolia/shipjs/issues/676)) ([c25b49b](https://github.com/algolia/shipjs/commit/c25b49b8d8c70d649b04e151e9898515e064fa47))


### Features

* **error:** tell user where to create a GitHub token ([#665](https://github.com/algolia/shipjs/issues/665)) ([901fcd8](https://github.com/algolia/shipjs/commit/901fcd8120acd6f6e59dabb4cdb718fc50fe75cf))



# [0.15.0](https://github.com/algolia/shipjs/compare/v0.14.2...v0.15.0) (2020-02-03)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.15.0",
"version": "0.16.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "0.15.0",
"version": "0.16.0",
"scripts": {
"prepare": "yarn build",
"build": "yarn workspace shipjs-lib build",
Expand Down Expand Up @@ -31,4 +31,4 @@
"all-contributors-cli": "6.13.0",
"lerna": "3.20.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.15.0",
"version": "0.16.0",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
@@ -1 +1 @@
export default '0.15.0';
export default '0.16.0';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.15.0",
"version": "0.16.0",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"prettier": "^1.18.2",
"serialize-javascript": "^2.1.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.15.0",
"shipjs-lib": "0.16.0",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
@@ -1 +1 @@
export default '0.15.0';
export default '0.16.0';

0 comments on commit 641fe5f

Please sign in to comment.