Skip to content

Commit b897107

Browse files
chore(release): v3.3.2
1 parent f9f222e commit b897107

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
## [Unreleased]
33

44

5+
<a name="v3.3.2"></a>
6+
## [v3.3.2] - 2024-04-30
7+
### Bug Fixes
8+
- MS-52 updating JSX settings for React 17+ ([#56](https://github.com/GoodwayGroup/eslint-config-goodway/issues/56))
9+
10+
511
<a name="v3.3.1"></a>
612
## [v3.3.1] - 2024-04-30
713
### Bug Fixes
814
- Resolve plugin version conflict. All rules covered by airbnb. ([#55](https://github.com/GoodwayGroup/eslint-config-goodway/issues/55))
915

16+
### Chore
17+
- **release:** v3.3.1
18+
1019

1120
<a name="v3.3.0"></a>
1221
## [v3.3.0] - 2023-09-01
@@ -103,7 +112,8 @@
103112
<a name="v1.1.0"></a>
104113
## v1.1.0 - 2017-04-04
105114

106-
[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.1...HEAD
115+
[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.2...HEAD
116+
[v3.3.2]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.1...v3.3.2
107117
[v3.3.1]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.0...v3.3.1
108118
[v3.3.0]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.1...v3.3.0
109119
[v3.2.1]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.0...v3.2.1

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-goodway",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)