Skip to content

Commit

Permalink
chore(release): 7.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0-next.1](v6.0.1...v7.0.0-next.1) (2024-12-19)

### Features

* add basic typing to the index.js ([ce3fbb0](ce3fbb0))
* migrates to flat-config ([b22a872](b22a872))

### BREAKING CHANGES

* migrate to flat config
* drop support for legacy config
  • Loading branch information
semantic-release-bot committed Dec 19, 2024
1 parent 82990ca commit bdb87bb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0-next.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v6.0.1...v7.0.0-next.1) (2024-12-19)


### Features

* add basic typing to the index.js ([ce3fbb0](https://github.com/Boehringer-Ingelheim/eslint-config/commit/ce3fbb063150a162085df2f6e110460670612bb1))
* migrates to flat-config ([b22a872](https://github.com/Boehringer-Ingelheim/eslint-config/commit/b22a872a1589516d571c8907e6ec30bb2b529f94))


### BREAKING CHANGES

* migrate to flat config
* drop support for legacy config

# [7.0.0-migrate-flat-config.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v6.0.1...v7.0.0-migrate-flat-config.1) (2024-12-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boehringer-ingelheim/eslint-config",
"version": "7.0.0-migrate-flat-config.1",
"version": "7.0.0-next.1",
"description": "Shared eslint configuration used at Boehringer Ingelheim for code styling",
"keywords": [
"boehringer",
Expand Down

0 comments on commit bdb87bb

Please sign in to comment.