Skip to content

Commit

Permalink
chore(release): v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 1, 2023
1 parent 42fe299 commit 14cfc1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
## [Unreleased]


<a name="v3.3.0"></a>
## [v3.3.0] - 2023-09-01
### Bug Fixes
- **deps:** update dependency eslint-plugin-import to v2.23.2 ([#27](https://github.com/GoodwayGroup/eslint-config-goodway/issues/27))
- **deps:** update dependency eslint-plugin-import to v2.23.0 ([#26](https://github.com/GoodwayGroup/eslint-config-goodway/issues/26))

### Features
- SDG-6 Standardize eslint ([#46](https://github.com/GoodwayGroup/eslint-config-goodway/issues/46))


<a name="v3.2.1"></a>
## [v3.2.1] - 2021-05-13
### Bug Fixes
Expand All @@ -10,6 +20,7 @@

### Chore
- **deps:** update dependency hosted-git-info to 2.8.9 [security] ([#25](https://github.com/GoodwayGroup/eslint-config-goodway/issues/25))
- **release:** v3.2.1


<a name="v3.2.0"></a>
Expand Down Expand Up @@ -83,7 +94,8 @@
<a name="v1.1.0"></a>
## v1.1.0 - 2017-04-04

[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.2.1...HEAD
[Unreleased]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.3.0...HEAD
[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
[v3.2.0]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.1.2...v3.2.0
[v3.1.2]: https://github.com/GoodwayGroup/eslint-config-goodway/compare/v3.1.1...v3.1.2
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.2.1",
"version": "3.3.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 14cfc1f

Please sign in to comment.