From 6735695e47c3c73fb780fea952d8990aca605d1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Oct 2023 21:01:55 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/Lundalogik/eslint-config/compare/v1.0.0...v1.0.1) (2023-10-28) ### Bug Fixes * **package:** add required peer dependencies ([8294559](https://github.com/Lundalogik/eslint-config/commit/8294559b3b180c1327625663c204df1f33fcd78e)) * rename repo to make it work as shared config ([1d70b64](https://github.com/Lundalogik/eslint-config/commit/1d70b64c10e49f3a10c852a2a6affb382b3b4e95)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8b40b2..28b93ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/Lundalogik/eslint-config/compare/v1.0.0...v1.0.1) (2023-10-28) + + +### Bug Fixes + + +* **package:** add required peer dependencies ([8294559](https://github.com/Lundalogik/eslint-config/commit/8294559b3b180c1327625663c204df1f33fcd78e)) +* rename repo to make it work as shared config ([1d70b64](https://github.com/Lundalogik/eslint-config/commit/1d70b64c10e49f3a10c852a2a6affb382b3b4e95)) + # 1.0.0 (2023-10-28) diff --git a/package-lock.json b/package-lock.json index df11086..c602ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@limetech/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@limetech/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "@typescript-eslint/eslint-plugin": "^6.9.0", diff --git a/package.json b/package.json index e84cf15..0e69297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@limetech/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Reusable lint rules for use in other packages.", "author": "Lime Technologies", "license": "Apache-2.0",