Skip to content

Commit

Permalink
chore(main): release 16.0.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot authored Oct 5, 2024
1 parent 8ee892b commit afe4c33
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

## [16.0.0](https://github.com/cheminfo/eslint-config-cheminfo-typescript/compare/v15.0.1...v16.0.0) (2024-10-05)


### ⚠ BREAKING CHANGES

* move `prefer-enum-initializers` and `prefer-optional-chain` to error
* update dependencies and support ESLint 9

### Features

* move `prefer-enum-initializers` and `prefer-optional-chain` to error ([8ee892b](https://github.com/cheminfo/eslint-config-cheminfo-typescript/commit/8ee892b85048aaad3d092c14b15c565e35eea5e7))
* update dependencies and support ESLint 9 ([86a5295](https://github.com/cheminfo/eslint-config-cheminfo-typescript/commit/86a52955deab63069a234b106c682286eb627c83))

## [15.0.1](https://github.com/cheminfo/eslint-config-cheminfo-typescript/compare/v15.0.0...v15.0.1) (2024-08-27)


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-typescript",
"version": "15.0.1",
"version": "16.0.0",
"description": "Shared ESLint config for TypeScript projects",
"type": "module",
"exports": {
Expand Down

0 comments on commit afe4c33

Please sign in to comment.