From bdb87bb143b65ec8dfe39d3ab63175cffcebeda1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Dec 2024 18:52:06 +0000 Subject: [PATCH] chore(release): 7.0.0-next.1 [skip ci] # [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 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78c2744..415b043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 6c02b0c..418fa1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@boehringer-ingelheim/eslint-config", - "version": "7.0.0-migrate-flat-config.1", + "version": "7.0.0-next.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@boehringer-ingelheim/eslint-config", - "version": "7.0.0-migrate-flat-config.1", + "version": "7.0.0-next.1", "license": "MIT", "dependencies": { "@eslint/js": "^9.17.0", diff --git a/package.json b/package.json index 4adb267..1080fe5 100644 --- a/package.json +++ b/package.json @@ -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",