Skip to content

Commit 6b9be95

Browse files
committed
chore: release v0.28.1
1 parent 70b8b80 commit 6b9be95

7 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## <small>0.28.1 (2026-02-05)</small>
2+
3+
* 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)
4+
* fix: enable npm OIDC trusted publishing (#1042) ([70b8b80](https://github.com/algolia/shipjs/commit/70b8b80)), closes [#1042](https://github.com/algolia/shipjs/issues/1042)
5+
* fix: enable OIDC token provider for npm publishing (#1037) ([f471e07](https://github.com/algolia/shipjs/commit/f471e07)), closes [#1037](https://github.com/algolia/shipjs/issues/1037)
6+
* fix(gh-pages): use GITHUB_TOKEN for authentication (#1036) ([54ee34a](https://github.com/algolia/shipjs/commit/54ee34a)), closes [#pages](https://github.com/algolia/shipjs/issues/pages) [#1036](https://github.com/algolia/shipjs/issues/1036) [#pages](https://github.com/algolia/shipjs/issues/pages)
7+
* chore: migrate from CircleCI to GitHub Actions (#1031) ([ac22b73](https://github.com/algolia/shipjs/commit/ac22b73)), closes [#1031](https://github.com/algolia/shipjs/issues/1031)
8+
* chore: release v0.28.1 (#1039) ([dd4adac](https://github.com/algolia/shipjs/commit/dd4adac)), closes [#1039](https://github.com/algolia/shipjs/issues/1039)
9+
* chore: revert v0.28.1 release (#1043) ([5cdf937](https://github.com/algolia/shipjs/commit/5cdf937)), closes [#1043](https://github.com/algolia/shipjs/issues/1043)
10+
11+
12+
113
# [0.28.0](https://github.com/algolia/shipjs/compare/v0.27.0...v0.28.0) (2026-02-03)
214

315

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)