From deb6609d37df4638e5fd28fac60bcca951baed08 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Jan 2025 00:58:52 +0000 Subject: [PATCH] chore(release): 28.10.1 [skip ci] ## [28.10.1](https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.10.1) (2025-01-15) ### Bug Fixes * **padding-around-test-blocks:** update description ([#1691](https://github.com/jest-community/eslint-plugin-jest/issues/1691)) ([9cb4ecc](https://github.com/jest-community/eslint-plugin-jest/commit/9cb4eccab0439c7f56608ffa1e6c9441178bf6d5)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea534dc81..7943ba475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [28.10.1](https://github.com/jest-community/eslint-plugin-jest/compare/v28.10.0...v28.10.1) (2025-01-15) + + +### Bug Fixes + +* **padding-around-test-blocks:** update description ([#1691](https://github.com/jest-community/eslint-plugin-jest/issues/1691)) ([9cb4ecc](https://github.com/jest-community/eslint-plugin-jest/commit/9cb4eccab0439c7f56608ffa1e6c9441178bf6d5)) + # [28.10.0](https://github.com/jest-community/eslint-plugin-jest/compare/v28.9.0...v28.10.0) (2024-12-19) diff --git a/package.json b/package.json index 3c0ae9542..c640812ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-jest", - "version": "28.10.0", + "version": "28.10.1", "description": "ESLint rules for Jest", "keywords": [ "eslint",