Skip to content

Commit 7110fe9

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.2...v3.0.0) (2025-07-08) ### ⚠ BREAKING CHANGES * **eslint:** Many rules might have changed, resulting in breaking builds ### Features * **eslint:** update to ESLint 9 ([a126928](a126928)) ### Bug Fixes * remove __dirname leftover ([014c778](014c778))
1 parent e82964f commit 7110fe9

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+
## [3.0.0](https://github.com/Lundalogik/eslint-config/compare/v2.0.2...v3.0.0) (2025-07-08)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **eslint:** Many rules might have changed, resulting in breaking builds
7+
8+
### Features
9+
10+
11+
* **eslint:** update to ESLint 9 ([a126928](https://github.com/Lundalogik/eslint-config/commit/a12692869a5ccb97ac2abaead0e63a0c82235060))
12+
13+
### Bug Fixes
14+
15+
16+
* remove __dirname leftover ([014c778](https://github.com/Lundalogik/eslint-config/commit/014c778f6bc3d0dfc3d038a4da3bb47013716ea8))
17+
118
## [2.0.2](https://github.com/Lundalogik/eslint-config/compare/v2.0.1...v2.0.2) (2023-11-15)
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,6 +1,6 @@
11
{
22
"name": "@limetech/eslint-config",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Reusable lint rules for use in other packages.",
55
"author": "Lime Technologies",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)