Skip to content

Commit

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

### Bug Fixes

* TypeScript `import` and `export` parsing ([#315](#315)) ([3fcac94](3fcac94))
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent 3fcac94 commit 42355eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.1.1](https://github.com/moneyforward/eslint-config-moneyforward/compare/4.1.0...4.1.1) (2024-08-26)


### Bug Fixes

* TypeScript `import` and `export` parsing ([#315](https://github.com/moneyforward/eslint-config-moneyforward/issues/315)) ([3fcac94](https://github.com/moneyforward/eslint-config-moneyforward/commit/3fcac9479293d8c44440d2eee1e46817a8d0c9da))

# [4.1.0](https://github.com/moneyforward/eslint-config-moneyforward/compare/4.0.0...4.1.0) (2024-08-23)


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.1.0",
"version": "4.1.1",
"description": "Money Forward's ESLint rules as an extensible shared config.",
"exports": {
"./flat": {
Expand Down

0 comments on commit 42355eb

Please sign in to comment.