From f25251f590fa30deba711a7d7b441ca519176b62 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 11 Sep 2024 23:45:02 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e52b855a..f86feb4abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.36.0] - 2024.09.12 + ### Added * [`no-string-refs`]: allow this.refs in > 18.3.0 ([#3807][] @henryqdineen) * [`jsx-no-literals`] Add `elementOverrides` option and the ability to ignore this rule on specific elements ([#3812][] @Pearce-Ropion) @@ -23,9 +25,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [types] add jsdoc type annotations ([#3731][] @y-hsgw) * [Tests] `button-has-type`: add test case with spread ([#3731][] @y-hsgw) +[7.36.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0 [#3799]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3799 [#3632]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3632 - [#3812]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3812 [#3731]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3731 [#3694]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3667 @@ -38,6 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ### Fixed * [`jsx-curly-brace-presence`]: avoid autofixing attributes with double quotes to a double quoted attribute ([#3814][] @ljharb) +[7.35.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.1...v7.35.2 [#3814]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3814 ## [7.35.1] - 2024.09.02 diff --git a/package.json b/package.json index d0ca2ada83..f1c82e3cef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.35.2", + "version": "7.36.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",