Skip to content

Commit 37d3047

Browse files
chore: release v0.28.3 (#1049)
Co-authored-by: Algolia <instantsearch-bot@algolia.com>
1 parent 5c086e5 commit 37d3047

7 files changed

Lines changed: 23 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.28.3](https://github.com/algolia/shipjs/compare/v0.28.2...v0.28.3) (2026-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent false-positive major bumps from breaking change detection ([#1048](https://github.com/algolia/shipjs/issues/1048)) ([5c086e5](https://github.com/algolia/shipjs/commit/5c086e5bdcb809603c3c1a259d279fd31a8b18a7))
7+
8+
9+
110
## [0.28.2](https://github.com/algolia/shipjs/compare/v0.28.1...v0.28.2) (2026-02-05)
211

312

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

packages/shipjs/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipjs",
3-
"version": "0.28.2",
3+
"version": "0.28.3",
44
"description": "Take control of what is going to be your next release.",
55
"main": "index.js",
66
"type": "module",
@@ -21,7 +21,12 @@
2121
"lint": "eslint .",
2222
"lint:fix": "yarn run lint --fix"
2323
},
24-
"files": ["bin/shipjs", "src", "!src/**/__tests__", "index.js"],
24+
"files": [
25+
"bin/shipjs",
26+
"src",
27+
"!src/**/__tests__",
28+
"index.js"
29+
],
2530
"author": "Algolia <support@algolia.com>",
2631
"homepage": "https://github.com/algolia/shipjs",
2732
"bugs": {
@@ -51,7 +56,7 @@
5156
"prettier": "^3.5.3",
5257
"serialize-javascript": "^6.0.2",
5358
"shell-quote": "^1.8.2",
54-
"shipjs-lib": "0.28.2",
59+
"shipjs-lib": "0.28.3",
5560
"temp-write": "^6.0.0",
5661
"tempfile": "^5.0.0"
5762
},
@@ -66,4 +71,4 @@
6671
"eslint-plugin-prettier": "5.2.3",
6772
"vitest": "3.0.5"
6873
}
69-
}
74+
}

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.2';
1+
export default '0.28.3';

0 commit comments

Comments
 (0)