Skip to content

Commit

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

* docs: update CHANGELOG.md
  • Loading branch information
Eunjae Lee authored Oct 25, 2019
1 parent 969d882 commit 0774cc4
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 16 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# [0.8.0-beta.0](https://github.com/algolia/shipjs/compare/v0.7.1...v0.8.0-beta.0) (2019-10-24)

# [0.8.0](https://github.com/algolia/shipjs/compare/v0.7.1...v0.8.0) (2019-10-25)

### Features

* **setup:** add `npx shipjs setup` ([#361](https://github.com/algolia/shipjs/issues/361)) ([df70f0a](https://github.com/algolia/shipjs/commit/df70f0a))


- **setup:** add `npx shipjs setup` ([#361](https://github.com/algolia/shipjs/issues/361)) ([df70f0a](https://github.com/algolia/shipjs/commit/df70f0a))

## [0.7.1](https://github.com/algolia/shipjs/compare/v0.7.0...v0.7.1) (2019-10-21)


### Bug Fixes

* skip creating a release at github when hub cli is not found ([#353](https://github.com/algolia/shipjs/issues/353)) ([c408a00](https://github.com/algolia/shipjs/commit/c408a00))


- skip creating a release at github when hub cli is not found ([#353](https://github.com/algolia/shipjs/issues/353)) ([c408a00](https://github.com/algolia/shipjs/commit/c408a00))

# [0.7.0](https://github.com/algolia/shipjs/compare/v0.6.0...v0.7.0) (2019-10-21)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.8.0-beta.0",
"version": "0.8.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.0-beta.0",
"version": "0.8.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.8.0-beta.0",
"version": "0.8.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.8.0-beta.0';
export default '0.8.0';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.8.0-beta.0",
"version": "0.8.0",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"mkdirp": "^0.5.1",
"prettier": "^1.18.2",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.8.0-beta.0",
"shipjs-lib": "0.8.0",
"temp-write": "4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.8.0-beta.0';
export default '0.8.0';

0 comments on commit 0774cc4

Please sign in to comment.