From ec27e20c67c125321d645a9eaa461dec7dc65421 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 26 Sep 2024 16:59:01 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c658606a..2714de0fa4 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.37.0] - 2024.09.26 + ### Added * add type generation ([#3830][] @voxpelli) * [`no-unescaped-entities`]: add suggestions ([#3831][] @StyleShit) @@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ### Changed * [readme] flat config example for react 17+ ([#3824][] @GabenGar) +[7.36.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.36.2 [#3831]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3831 [#3830]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3830 [#3826]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3826 diff --git a/package.json b/package.json index 5f02fb9c7a..b9b82dc03a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.36.1", + "version": "7.37.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",