Skip to content

Commit 6367337

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2024-10-27) ### Bug Fixes * **typescript:** fix stylistic ts plugin usage ([0f4c5b4](0f4c5b4)) ### Features * add eslint 9 support ([#3](#3)) ([d07d111](d07d111)) ### BREAKING CHANGES * needs @eslint/js and @estlint/eslintrc dependencies to work
1 parent d07d111 commit 6367337

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0](https://github.com/BryanBerger98/eslint-config-bryanberger/compare/v1.1.1...v2.0.0) (2024-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **typescript:** fix stylistic ts plugin usage ([0f4c5b4](https://github.com/BryanBerger98/eslint-config-bryanberger/commit/0f4c5b4334a8c19e9a699fbea409cc98000e3d7d))
7+
8+
9+
### Features
10+
11+
* add eslint 9 support ([#3](https://github.com/BryanBerger98/eslint-config-bryanberger/issues/3)) ([d07d111](https://github.com/BryanBerger98/eslint-config-bryanberger/commit/d07d1113010b764f9be61412e0c180854ff5f567))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* needs @eslint/js and @estlint/eslintrc dependencies to work
17+
118
## [1.1.2](https://github.com/BryanBerger98/eslint-config-bryanberger/compare/v1.1.1...v1.1.2) (2024-09-09)
219

320

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-bryanberger",
33
"description": "My personal ESLint config",
4-
"version": "1.1.2",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"main": "index.js",
77
"homepage": "https://github.com/BryanBerger98/eslint-config-bryanberger",

0 commit comments

Comments
 (0)