Skip to content

Commit d4b43e7

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2025-07-08) ### Bug Fixes * **eslint.config.js:** ensure files are checked in with unix style line endings ([03e073a](03e073a))
1 parent 03e073a commit d4b43e7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.1](https://github.com/Lundalogik/eslint-config/compare/v3.0.0...v3.0.1) (2025-07-08)
2+
3+
4+
### Bug Fixes
5+
6+
7+
* **eslint.config.js:** ensure files are checked in with unix style line endings ([03e073a](https://github.com/Lundalogik/eslint-config/commit/03e073a8b55eeaa160b5a7c5051de12dd3e9402a))
8+
19
## [3.0.0](https://github.com/Lundalogik/eslint-config/compare/v2.0.2...v3.0.0) (2025-07-08)
210

311

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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Reusable lint rules for use in other packages.",
55
"author": "Lime Technologies",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)