Skip to content

Commit

Permalink
chore(main): release 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Oct 5, 2024
1 parent ea44544 commit e365cfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [14.0.0](https://github.com/cheminfo/eslint-config-cheminfo-react/compare/v13.0.0...v14.0.0) (2024-10-05)


### ⚠ BREAKING CHANGES

* move `react-refresh/only-export-components` to error
* update dependencies and support ESLint 9

### Features

* move `react-refresh/only-export-components` to error ([ea44544](https://github.com/cheminfo/eslint-config-cheminfo-react/commit/ea44544735578797ec553db86c289cb861daa155))
* update dependencies and support ESLint 9 ([ac7eae0](https://github.com/cheminfo/eslint-config-cheminfo-react/commit/ac7eae0885908bb845381cba62ad99ec759849cc))

## [13.0.0](https://github.com/cheminfo/eslint-config-cheminfo-react/compare/v12.0.1...v13.0.0) (2024-07-02)


Expand Down
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-cheminfo-react",
"version": "13.0.0",
"version": "14.0.0",
"description": "Shared ESLint config for projects using React",
"type": "module",
"exports": {
Expand Down

0 comments on commit e365cfd

Please sign in to comment.