Skip to content

Commit 634e065

Browse files
Eunjae Leeshipjs
Eunjae Lee
and
shipjs
authored
chore: release v0.23.3 (#955)
Co-authored-by: shipjs <shipjs@test.com>
1 parent 2a8e7c5 commit 634e065

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.23.3](https://github.com/algolia/shipjs/compare/v0.23.2...v0.23.3) (2021-06-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **prepare:** add missing version in the changelog ([#954](https://github.com/algolia/shipjs/issues/954)) ([2a8e7c5](https://github.com/algolia/shipjs/commit/2a8e7c569754dd57c71ff684a43ae8cfc8d1f384))
7+
8+
9+
110
## [0.23.2](https://github.com/algolia/shipjs/compare/v0.23.1...v0.23.2) (2021-04-12)
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.2",
5+
"version": "0.23.3",
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.2",
2+
"version": "0.23.3",
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.2",
3+
"version": "0.23.3",
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.2';
1+
export default '0.23.3';

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

0 commit comments

Comments
 (0)