Skip to content

Commit

Permalink
chore(release): v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 30, 2024
1 parent f9f222e commit b897107
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
## [Unreleased]


<a name="v3.3.2"></a>
## [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))


<a name="v3.3.1"></a>
## [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


<a name="v3.3.0"></a>
## [v3.3.0] - 2023-09-01
Expand Down Expand Up @@ -103,7 +112,8 @@
<a name="v1.1.0"></a>
## 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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-goodway",
"version": "3.3.1",
"version": "3.3.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b897107

Please sign in to comment.