From b89710714ab507edcbfee69bc7583397a7927882 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Apr 2024 20:11:34 +0000 Subject: [PATCH] chore(release): v3.3.2 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f15b029..838b88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ ## [Unreleased] + +## [v3.3.2] - 2024-04-30 +### Bug Fixes +- MS-52 updating JSX settings for React 17+ ([#56](https://github.com/GoodwayGroup/eslint-config-goodway/issues/56)) + + ## [v3.3.1] - 2024-04-30 ### Bug Fixes - Resolve plugin version conflict. All rules covered by airbnb. ([#55](https://github.com/GoodwayGroup/eslint-config-goodway/issues/55)) +### Chore +- **release:** v3.3.1 + ## [v3.3.0] - 2023-09-01 @@ -103,7 +112,8 @@ ## v1.1.0 - 2017-04-04 -[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.1...HEAD +[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.2...HEAD +[v3.3.2]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.1...v3.3.2 [v3.3.1]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.0...v3.3.1 [v3.3.0]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.1...v3.3.0 [v3.2.1]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.0...v3.2.1 diff --git a/package-lock.json b/package-lock.json index a53bee0..05c7fac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-goodway", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1746ad4..10cc8cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-goodway", - "version": "3.3.1", + "version": "3.3.2", "description": "", "main": "index.js", "scripts": {