Skip to content

Commit b38cd30

Browse files
chore(release): 7.3.0-include-ignore-file.1 [skip ci]
# [7.3.0-include-ignore-file.1](v7.2.0...v7.3.0-include-ignore-file.1) (2025-02-17) ### Features * **deps:** update dependencies ([8a670a7](8a670a7)) * **lib:** add includeIgnoreFile to support including .gitignore in ESLint configuration ([e78806a](e78806a))
1 parent e78806a commit b38cd30

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+
# [7.3.0-include-ignore-file.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v7.2.0...v7.3.0-include-ignore-file.1) (2025-02-17)
2+
3+
4+
### Features
5+
6+
* **deps:** update dependencies ([8a670a7](https://github.com/Boehringer-Ingelheim/eslint-config/commit/8a670a78dec735be91ccf6f3b79bdd1797c8a350))
7+
* **lib:** add includeIgnoreFile to support including .gitignore in ESLint configuration ([e78806a](https://github.com/Boehringer-Ingelheim/eslint-config/commit/e78806a070649993c6c30ab1a5a7fb09cfeed75b))
8+
19
# [7.2.0](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v7.1.0...v7.2.0) (2025-02-14)
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": "@boehringer-ingelheim/eslint-config",
3-
"version": "7.2.0",
3+
"version": "7.3.0-include-ignore-file.1",
44
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
55
"keywords": [
66
"boehringer",

0 commit comments

Comments
 (0)