File tree Expand file tree Collapse file tree 7 files changed +10
-16
lines changed Expand file tree Collapse file tree 7 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 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)
3
2
4
3
### Features
5
4
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 ) )
9
6
10
7
## [ 0.7.1] ( https://github.com/algolia/shipjs/compare/v0.7.0...v0.7.1 ) (2019-10-21)
11
8
12
-
13
9
### Bug Fixes
14
10
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 ) )
18
12
19
13
# [ 0.7.0] ( https://github.com/algolia/shipjs/compare/v0.6.0...v0.7.0 ) (2019-10-21)
20
14
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.8.0-beta.0 " ,
5
+ "version" : " 0.8.0" ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.8.0-beta.0 " ,
2
+ "version" : " 0.8.0" ,
3
3
"description" : " " ,
4
4
"main" : " index.js" ,
5
5
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shipjs-lib" ,
3
- "version" : " 0.8.0-beta.0 " ,
3
+ "version" : " 0.8.0" ,
4
4
"description" : " Take control of what is going to be your next release." ,
5
5
"main" : " dist/index.esm.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
- export default '0.8.0-beta.0 ' ;
1
+ export default '0.8.0' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shipjs" ,
3
- "version" : " 0.8.0-beta.0 " ,
3
+ "version" : " 0.8.0" ,
4
4
"description" : " Take control of what is going to be your next release." ,
5
5
"main" : " index.js" ,
6
6
"bin" : {
46
46
"mkdirp" : " ^0.5.1" ,
47
47
"prettier" : " ^1.18.2" ,
48
48
"shell-quote" : " ^1.7.2" ,
49
- "shipjs-lib" : " 0.8.0-beta.0 " ,
49
+ "shipjs-lib" : " 0.8.0" ,
50
50
"temp-write" : " 4.0.0"
51
51
},
52
52
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- export default '0.8.0-beta.0 ' ;
1
+ export default '0.8.0' ;
You can’t perform that action at this time.
0 commit comments