diff --git a/CHANGELOG.md b/CHANGELOG.md index 933e9dc91..7f343353b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [29.0.1](https://github.com/jest-community/eslint-plugin-jest/compare/v29.0.0...v29.0.1) (2025-06-18) + + +### Bug Fixes + +* update semantic-release config so new v29 major is marked as latest on `npm` ([#1772](https://github.com/jest-community/eslint-plugin-jest/issues/1772)) ([531c8ba](https://github.com/jest-community/eslint-plugin-jest/commit/531c8ba10afb993886a49c893d5250c13c329df1)) + # [29.0.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.0) (2025-06-18) diff --git a/package.json b/package.json index ee3eff794..06ca27db1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "29.0.0", + "version": "29.0.1", "description": "ESLint rules for Jest", "keywords": [ "eslint", @@ -57,6 +57,13 @@ "singleQuote": true }, "release": { + "branches": [ + "main", + { + "name": "next", + "prerelease": true + } + ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",