Skip to content

Commit 1872a7a

Browse files
instantsearch-boteunjae-leeEunjae Lee
authored
chore: release v0.24.0 (#961)
Co-authored-by: Eunjae Lee <karis612@gmail.com> Co-authored-by: Eunjae Lee <eunjae.lee@algolia.com>
1 parent 7ed2d57 commit 1872a7a

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.24.0](https://github.com/algolia/shipjs/compare/v0.23.3...v0.24.0) (2021-09-21)
2+
3+
4+
### Features
5+
6+
* options for draft pull requests ([#959](https://github.com/algolia/shipjs/issues/959)) ([9556036](https://github.com/algolia/shipjs/commit/955603622acf988efd8cf3148d8d6fb60c255a17))
7+
8+
9+
110
## [0.23.3](https://github.com/algolia/shipjs/compare/v0.23.2...v0.23.3) (2021-06-14)
211

312

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.23.3",
5+
"version": "0.24.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.23.3",
2+
"version": "0.24.0",
33
"scripts": {
44
"postinstall": "patch-package",
55
"prepare": "yarn build",

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.23.3",
3+
"version": "0.24.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.23.3';
1+
export default '0.24.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.23.3",
3+
"version": "0.24.0",
44
"description": "Take control of what is going to be your next release.",
55
"main": "index.js",
66
"engines": {
@@ -54,7 +54,7 @@
5454
"prettier": "^2.0.0",
5555
"serialize-javascript": "^3.0.0",
5656
"shell-quote": "^1.7.2",
57-
"shipjs-lib": "0.23.3",
57+
"shipjs-lib": "0.24.0",
5858
"temp-write": "4.0.0",
5959
"tempfile": "^3.0.0"
6060
},

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.23.3';
1+
export default '0.24.0';

0 commit comments

Comments
 (0)