Skip to content

Commit 0774cc4

Browse files
author
Eunjae Lee
authored
chore: release v0.8.0 (#365)
* chore: release v0.8.0 * docs: update CHANGELOG.md
1 parent 969d882 commit 0774cc4

File tree

7 files changed

+10
-16
lines changed

7 files changed

+10
-16
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# [0.8.0-beta.0](https://github.com/algolia/shipjs/compare/v0.7.1...v0.8.0-beta.0) (2019-10-24)
2-
1+
# [0.8.0](https://github.com/algolia/shipjs/compare/v0.7.1...v0.8.0) (2019-10-25)
32

43
### Features
54

6-
* **setup:** add `npx shipjs setup` ([#361](https://github.com/algolia/shipjs/issues/361)) ([df70f0a](https://github.com/algolia/shipjs/commit/df70f0a))
7-
8-
5+
- **setup:** add `npx shipjs setup` ([#361](https://github.com/algolia/shipjs/issues/361)) ([df70f0a](https://github.com/algolia/shipjs/commit/df70f0a))
96

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

12-
139
### Bug Fixes
1410

15-
* 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))
16-
17-
11+
- 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))
1812

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.8.0-beta.0",
5+
"version": "0.8.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0-beta.0",
2+
"version": "0.8.0",
33
"description": "",
44
"main": "index.js",
55
"scripts": {

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipjs-lib",
3-
"version": "0.8.0-beta.0",
3+
"version": "0.8.0",
44
"description": "Take control of what is going to be your next release.",
55
"main": "dist/index.esm.js",
66
"scripts": {

packages/shipjs-lib/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.8.0-beta.0';
1+
export default '0.8.0';

packages/shipjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipjs",
3-
"version": "0.8.0-beta.0",
3+
"version": "0.8.0",
44
"description": "Take control of what is going to be your next release.",
55
"main": "index.js",
66
"bin": {
@@ -46,7 +46,7 @@
4646
"mkdirp": "^0.5.1",
4747
"prettier": "^1.18.2",
4848
"shell-quote": "^1.7.2",
49-
"shipjs-lib": "0.8.0-beta.0",
49+
"shipjs-lib": "0.8.0",
5050
"temp-write": "4.0.0"
5151
},
5252
"devDependencies": {

packages/shipjs/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '0.8.0-beta.0';
1+
export default '0.8.0';

0 commit comments

Comments
 (0)