Skip to content

Commit afe4c33

Browse files
authored
chore(main): release 16.0.0 (#54)
1 parent 8ee892b commit afe4c33

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [16.0.0](https://github.com/cheminfo/eslint-config-cheminfo-typescript/compare/v15.0.1...v16.0.0) (2024-10-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* move `prefer-enum-initializers` and `prefer-optional-chain` to error
9+
* update dependencies and support ESLint 9
10+
11+
### Features
12+
13+
* move `prefer-enum-initializers` and `prefer-optional-chain` to error ([8ee892b](https://github.com/cheminfo/eslint-config-cheminfo-typescript/commit/8ee892b85048aaad3d092c14b15c565e35eea5e7))
14+
* update dependencies and support ESLint 9 ([86a5295](https://github.com/cheminfo/eslint-config-cheminfo-typescript/commit/86a52955deab63069a234b106c682286eb627c83))
15+
316
## [15.0.1](https://github.com/cheminfo/eslint-config-cheminfo-typescript/compare/v15.0.0...v15.0.1) (2024-08-27)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-cheminfo-typescript",
3-
"version": "15.0.1",
3+
"version": "16.0.0",
44
"description": "Shared ESLint config for TypeScript projects",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)