From 102d68c34e6a832d0aba70092f8e8ec6287a1bf8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Mar 2024 14:29:52 +0000 Subject: [PATCH] chore(release): 0.1.4 [skip ci] ## [0.1.4](https://github.com/technologiestiftung/eslint-config/compare/v0.1.3...v0.1.4) (2024-03-14) ### Bug Fixes * **complexity:** Set to default of 20 ([868140f](https://github.com/technologiestiftung/eslint-config/commit/868140f333d9ef2a1e7ea24a072d13a9770d1fc6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a862a..a420804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.4](https://github.com/technologiestiftung/eslint-config/compare/v0.1.3...v0.1.4) (2024-03-14) + + +### Bug Fixes + +* **complexity:** Set to default of 20 ([868140f](https://github.com/technologiestiftung/eslint-config/commit/868140f333d9ef2a1e7ea24a072d13a9770d1fc6)) + ## [0.1.3](https://github.com/technologiestiftung/eslint-config/compare/v0.1.2...v0.1.3) (2024-03-14) diff --git a/package-lock.json b/package-lock.json index 63fbfc0..9dea868 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@technologiestiftung/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@technologiestiftung/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "dependencies": { "@eslint/js": "8.57.0", diff --git a/package.json b/package.json index c46b782..342b247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/eslint-config", - "version": "0.1.3", + "version": "0.1.4", "description": "ESLint shareable config for @technologiestiftung", "main": "index.js", "type": "module",