File tree Expand file tree Collapse file tree 7 files changed +16
-7
lines changed
Expand file tree Collapse file tree 7 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.23.1] ( https://github.com/algolia/shipjs/compare/v0.23.0...v0.23.1 ) (2021-03-09)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** prepare:** allow shouldPrepare callback to run during --dry-run ([ #947 ] ( https://github.com/algolia/shipjs/issues/947 ) ) ([ 8602ba0] ( https://github.com/algolia/shipjs/commit/8602ba06fc32f73c871c4b8d624a288a87ca0d89 ) )
7+
8+
9+
110# [ 0.23.0] ( https://github.com/algolia/shipjs/compare/v0.22.0...v0.23.0 ) (2020-11-06)
211
312### BREAKING CHANGE
Original file line number Diff line number Diff line change 22 "packages" : [
33 " packages/*"
44 ],
5- "version" : " 0.23.0 " ,
5+ "version" : " 0.23.1 " ,
66 "npmClient" : " yarn" ,
77 "useWorkspaces" : true
88}
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.23.0 " ,
2+ "version" : " 0.23.1 " ,
33 "scripts" : {
44 "postinstall" : " patch-package" ,
55 "prepare" : " yarn build" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " shipjs-lib" ,
3- "version" : " 0.23.0 " ,
3+ "version" : " 0.23.1 " ,
44 "description" : " Take control of what is going to be your next release." ,
55 "main" : " dist/index.esm.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1- export default '0.23.0 ' ;
1+ export default '0.23.1 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " shipjs" ,
3- "version" : " 0.23.0 " ,
3+ "version" : " 0.23.1 " ,
44 "description" : " Take control of what is going to be your next release." ,
55 "main" : " index.js" ,
66 "engines" : {
5454 "prettier" : " ^2.0.0" ,
5555 "serialize-javascript" : " ^3.0.0" ,
5656 "shell-quote" : " ^1.7.2" ,
57- "shipjs-lib" : " 0.23.0 " ,
57+ "shipjs-lib" : " 0.23.1 " ,
5858 "temp-write" : " 4.0.0" ,
5959 "tempfile" : " ^3.0.0"
6060 },
Original file line number Diff line number Diff line change 1- export default '0.23.0 ' ;
1+ export default '0.23.1 ' ;
You can’t perform that action at this time.
0 commit comments