Skip to content

Commit c63ce34

Browse files
Eunjae Leeshipjs
andauthored
chore: release v0.22.0 (#929)
Co-authored-by: shipjs <shipjs@test.com>
1 parent 489647d commit c63ce34

File tree

7 files changed

+21
-7
lines changed

7 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.22.0](https://github.com/algolia/shipjs/compare/v0.21.1...v0.22.0) (2020-09-28)
2+
3+
4+
### Bug Fixes
5+
6+
* typo in GitHubAction config ([#928](https://github.com/algolia/shipjs/issues/928)) ([489647d](https://github.com/algolia/shipjs/commit/489647da63b6208497014d5eb276d5b09ebb9d1a))
7+
8+
9+
### Features
10+
11+
* understands `--config <FILE>` option in `conventionalChangelogArgs` ([#927](https://github.com/algolia/shipjs/issues/927)) ([06c7226](https://github.com/algolia/shipjs/commit/06c7226fa66185edd23f6626b6a2b8b7df1d93b6))
12+
13+
14+
115
## [0.21.1](https://github.com/algolia/shipjs/compare/v0.21.0...v0.21.1) (2020-09-23)
216

317

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.21.1",
5+
"version": "0.22.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.21.1",
2+
"version": "0.22.0",
33
"scripts": {
44
"prepare": "yarn build",
55
"build": "yarn workspace shipjs-lib 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.21.1",
3+
"version": "0.22.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.21.1';
1+
export default '0.22.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.21.1",
3+
"version": "0.22.0",
44
"description": "Take control of what is going to be your next release.",
55
"main": "index.js",
66
"engines": {
@@ -56,7 +56,7 @@
5656
"prettier": "^2.0.0",
5757
"serialize-javascript": "^3.0.0",
5858
"shell-quote": "^1.7.2",
59-
"shipjs-lib": "0.21.1",
59+
"shipjs-lib": "0.22.0",
6060
"temp-write": "4.0.0",
6161
"tempfile": "^3.0.0"
6262
},

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.21.1';
1+
export default '0.22.0';

0 commit comments

Comments
 (0)