Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.24.0 #961

Merged
merged 2 commits into from Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [0.24.0](https://github.com/algolia/shipjs/compare/v0.23.3...v0.24.0) (2021-09-21)


### Features

* options for draft pull requests ([#959](https://github.com/algolia/shipjs/issues/959)) ([9556036](https://github.com/algolia/shipjs/commit/955603622acf988efd8cf3148d8d6fb60c255a17))



## [0.23.3](https://github.com/algolia/shipjs/compare/v0.23.2...v0.23.3) (2021-06-14)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.23.3",
"version": "0.24.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.23.3",
"version": "0.24.0",
"scripts": {
"postinstall": "patch-package",
"prepare": "yarn build",
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs-lib",
"version": "0.23.3",
"version": "0.24.0",
"description": "Take control of what is going to be your next release.",
"main": "dist/index.esm.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs-lib/src/version.js
@@ -1 +1 @@
export default '0.23.3';
export default '0.24.0';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.23.3",
"version": "0.24.0",
"description": "Take control of what is going to be your next release.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"prettier": "^2.0.0",
"serialize-javascript": "^3.0.0",
"shell-quote": "^1.7.2",
"shipjs-lib": "0.23.3",
"shipjs-lib": "0.24.0",
"temp-write": "4.0.0",
"tempfile": "^3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shipjs/src/version.js
@@ -1 +1 @@
export default '0.23.3';
export default '0.24.0';