From 119a7f3c73fbd56b6d51a5bd40b052c5866a529b Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 29 Sep 2021 23:19:06 -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 4ce04aebe0..703ac049f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.26.1] - 2021.09.29 + ### Fixed * [`no-namespace`]: fix crash on non-string React.createElement name ([#3082] @ljharb) * [`no-namespace`]: avoid crash on non-string createElement values ([#3085] @ljharb) @@ -13,6 +15,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ### Changed * [Docs] [`jsx-max-props-per-line`]: fix options example ([#3083] @MrRaiter) +[7.26.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.0...v7.26.1 [#3088]: https://github.com/yannickcr/eslint-plugin-react/pull/3088 [#3085]: https://github.com/yannickcr/eslint-plugin-react/issue/3085 [#3083]: https://github.com/yannickcr/eslint-plugin-react/pull/3083 diff --git a/package.json b/package.json index 24f4b0cd40..f607b51634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.26.0", + "version": "7.26.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",