Skip to content

Commit

Permalink
chore(release): 4.1.0
Browse files Browse the repository at this point in the history
# [4.1.0](4.0.0...4.1.0) (2024-08-23)

### Bug Fixes

* extensions list into `settings` field of `import` rules ([#314](#314)) ([120b2e6](120b2e6))

### Features

* Add `languageOptions.parserOptions` option into `essentials` of flat config  ([#313](#313)) ([c685d48](c685d48))
  • Loading branch information
semantic-release-bot committed Aug 23, 2024
1 parent 120b2e6 commit 23004e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.1.0](https://github.com/moneyforward/eslint-config-moneyforward/compare/4.0.0...4.1.0) (2024-08-23)


### Bug Fixes

* extensions list into `settings` field of `import` rules ([#314](https://github.com/moneyforward/eslint-config-moneyforward/issues/314)) ([120b2e6](https://github.com/moneyforward/eslint-config-moneyforward/commit/120b2e69882c8096a79d01d4d3764ba1e4650614))


### Features

* Add `languageOptions.parserOptions` option into `essentials` of flat config ([#313](https://github.com/moneyforward/eslint-config-moneyforward/issues/313)) ([c685d48](https://github.com/moneyforward/eslint-config-moneyforward/commit/c685d48d0de23258ec6211cc753abdf0fda17622))

# [4.0.0](https://github.com/moneyforward/eslint-config-moneyforward/compare/3.0.0...4.0.0) (2024-06-20)


Expand Down
4 changes: 2 additions & 2 deletions 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-moneyforward",
"version": "4.0.0",
"version": "4.1.0",
"description": "Money Forward's ESLint rules as an extensible shared config.",
"exports": {
"./flat": {
Expand Down

0 comments on commit 23004e6

Please sign in to comment.