diff --git a/CHANGELOG.md b/CHANGELOG.md index b137d1411..ea534dc81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [28.10.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.9.0...v28.10.0) (2024-12-19) + + +### Features + +* **unbound-method:** ignore functions passed to `jest.mocked` ([#1681](https://github.com/jest-community/eslint-plugin-jest/issues/1681)) ([d868636](https://github.com/jest-community/eslint-plugin-jest/commit/d868636623497060f32c6b4ecd397ac7f40c2eae)) + # [28.9.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.9.0) (2024-11-05) diff --git a/package.json b/package.json index b6977697a..0392dbf36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "28.9.0", + "version": "28.10.0", "description": "ESLint rules for Jest", "keywords": [ "eslint",