Skip to content

Commit 52397f3

Browse files
sarahdayanclaude
andauthored
chore: release v0.28.0 (#1033)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2263605 commit 52397f3

7 files changed

Lines changed: 27 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [0.28.0](https://github.com/algolia/shipjs/compare/v0.27.0...v0.28.0) (2026-02-03)
2+
3+
4+
### Features
5+
6+
* add useOidcTokenProvider config option ([#1029](https://github.com/algolia/shipjs/issues/1029)) ([b54d736](https://github.com/algolia/shipjs/commit/b54d736))
7+
8+
9+
### Bug Fixes
10+
11+
* **site:** update vuepress, set legacy openssl ([#1010](https://github.com/algolia/shipjs/issues/1010)) ([1c7e472](https://github.com/algolia/shipjs/commit/1c7e472))
12+
13+
14+
### Documentation
15+
16+
* document forcePushBranches config option ([#1030](https://github.com/algolia/shipjs/issues/1030)) ([bc24f36](https://github.com/algolia/shipjs/commit/bc24f36))
17+
18+
19+
120
# [0.27.0](https://github.com/algolia/shipjs/compare/v0.26.4...v0.27.0) (2024-12-10)
221

322

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"
77
]
8-
}
8+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.27.0",
2+
"version": "0.28.0",
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.27.0",
3+
"version": "0.28.0",
44
"description": "Take control of what is going to be your next release.",
55
"main": "dist/index.esm.js",
66
"type": "module",

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.27.0';
1+
export default '0.28.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.27.0",
3+
"version": "0.28.0",
44
"description": "Take control of what is going to be your next release.",
55
"main": "index.js",
66
"type": "module",
@@ -51,7 +51,7 @@
5151
"prettier": "^3.5.3",
5252
"serialize-javascript": "^6.0.2",
5353
"shell-quote": "^1.8.2",
54-
"shipjs-lib": "0.27.0",
54+
"shipjs-lib": "0.28.0",
5555
"temp-write": "^6.0.0",
5656
"tempfile": "^5.0.0"
5757
},

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.27.0';
1+
export default '0.28.0';

0 commit comments

Comments
 (0)