Skip to content

Commit 4ce9a31

Browse files
chore: release v0.24.4 (#979)
Co-authored-by: Eunjae Lee <karis612@gmail.com>
1 parent be87a2c commit 4ce9a31

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.4](https://github.com/algolia/shipjs/compare/v0.24.3...v0.24.4) (2022-04-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **github:** use non-deprecated requestReviewers function ([#978](https://github.com/algolia/shipjs/issues/978)) ([be87a2c](https://github.com/algolia/shipjs/commit/be87a2c496ac8a7d31b53411fcba82b4a450f693))
7+
8+
9+
110
## [0.24.3](https://github.com/algolia/shipjs/compare/v0.24.2...v0.24.3) (2022-02-22)
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.24.3",
5+
"version": "0.24.4",
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.24.3",
2+
"version": "0.24.4",
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.24.3",
3+
"version": "0.24.4",
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.24.3';
1+
export default '0.24.4';

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.24.3",
3+
"version": "0.24.4",
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.24.3",
57+
"shipjs-lib": "0.24.4",
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.24.3';
1+
export default '0.24.4';

0 commit comments

Comments
 (0)