Skip to content

Commit 26b8c6b

Browse files
sarahdayanclaude
andauthored
chore: release v0.28.2 (#1047)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5eb2487 commit 26b8c6b

7 files changed

Lines changed: 18 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.28.2](https://github.com/algolia/shipjs/compare/v0.28.1...v0.28.2) (2026-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **changelog:** handle frozen commit objects from conventional-changelog-writer ([4a65f39](https://github.com/algolia/shipjs/commit/4a65f39eac7d7d68f838dfeda82423fc48bb5fbe))
7+
* pass preset parserOpts and writerOpts to conventional-changelog ([#1045](https://github.com/algolia/shipjs/issues/1045)) ([447dd87](https://github.com/algolia/shipjs/commit/447dd87c8e95155464d543fb79849d55d4996adb))
8+
* spread parserOpts and writerOpts to avoid immutable object error ([b91c297](https://github.com/algolia/shipjs/commit/b91c297a75d219879ba87f1f23d0dd40e18b6b52))
9+
10+
11+
112
## [0.28.1](https://github.com/algolia/shipjs/compare/v0.28.0...v0.28.1) (2026-02-05)
213

314
### Bug fixes

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

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

0 commit comments

Comments
 (0)