Skip to content

Commit

Permalink
chore: release v0.23.1 (#948)
Browse files Browse the repository at this point in the history
Co-authored-by: shipjs <shipjs@test.com>
  • Loading branch information
Eunjae Lee and shipjs committed Mar 23, 2021
1 parent 8602ba0 commit 6414240
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.23.1](https://github.com/algolia/shipjs/compare/v0.23.0...v0.23.1) (2021-03-09)


### Bug Fixes

* **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))



# [0.23.0](https://github.com/algolia/shipjs/compare/v0.22.0...v0.23.0) (2020-11-06)

### BREAKING CHANGE
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.23.0",
"version": "0.23.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "0.23.0",
"version": "0.23.1",
"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.0",
"version": "0.23.1",
"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.0';
export default '0.23.1';
4 changes: 2 additions & 2 deletions packages/shipjs/package.json
@@ -1,6 +1,6 @@
{
"name": "shipjs",
"version": "0.23.0",
"version": "0.23.1",
"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.0",
"shipjs-lib": "0.23.1",
"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.0';
export default '0.23.1';

0 comments on commit 6414240

Please sign in to comment.