diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bea80c..434f307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.2-next.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v5.0.1...v5.0.2-next.1) (2024-05-29) + + +### Bug Fixes + +* allows number in string templates for @typescript-eslint/restrict-template-expressions ([f985ba0](https://github.com/Boehringer-Ingelheim/eslint-config/commit/f985ba014c699c22a821a297dbaa33d1eec0e962)) + ## [5.0.1](https://github.com/Boehringer-Ingelheim/eslint-config/compare/v5.0.0...v5.0.1) (2024-05-15) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6a56f1a..70fd239 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@boehringer-ingelheim/eslint-config", - "version": "5.0.1", + "version": "5.0.2-next.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@boehringer-ingelheim/eslint-config", - "version": "5.0.1", + "version": "5.0.2-next.1", "license": "MIT", "dependencies": { "@rushstack/eslint-patch": "^1.10.3", diff --git a/package.json b/package.json index b723f30..665ea76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boehringer-ingelheim/eslint-config", - "version": "5.0.1", + "version": "5.0.2-next.1", "description": "Shared eslint configuration used at Boehringer Ingelheim for code styling", "keywords": [ "boehringer",