Skip to content

Commit 1a98fd7

Browse files
sarahdayanclaude
andauthored
chore: release v0.28.1 (#1044)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 70b8b80 commit 1a98fd7

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## <small>0.28.1 (2026-02-05)</small>
2+
3+
### Bug fixes
4+
5+
* fix: await prettier.format() for Prettier 3.x compatibility (#1038) ([86d6963](https://github.com/algolia/shipjs/commit/86d6963)), closes [#1038](https://github.com/algolia/shipjs/issues/1038)
6+
* fix: enable npm OIDC trusted publishing (#1042) ([70b8b80](https://github.com/algolia/shipjs/commit/70b8b80)), closes [#1042](https://github.com/algolia/shipjs/issues/1042)
7+
18
# [0.28.0](https://github.com/algolia/shipjs/compare/v0.27.0...v0.28.0) (2026-02-03)
29

310

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.28.0",
2+
"version": "0.28.1",
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.28.0",
3+
"version": "0.28.1",
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.28.0';
1+
export default '0.28.1';

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.28.0",
3+
"version": "0.28.1",
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.28.0",
54+
"shipjs-lib": "0.28.1",
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.28.0';
1+
export default '0.28.1';

0 commit comments

Comments
 (0)