From 604bfdfde5e406b27e9954fd7258a09f196f3650 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 17:53:16 +0000 Subject: [PATCH] ci(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/open-turo/eslint-config-typescript/compare/v6.0.0...v6.0.1) (2023-10-26) ### Miscellaneous * **deps:** update all non-major dependencies to v6.7.4 ([63c03cc](https://github.com/open-turo/eslint-config-typescript/commit/63c03cc6493f25cc04ecfad4cff5e10cc81a1e89)) * **deps:** update all non-major dependencies ([48ee30a](https://github.com/open-turo/eslint-config-typescript/commit/48ee30a7552a5e2df94d64e5eb1341a819abd644)) * **deps:** update all non-major dependencies ([4fe0abf](https://github.com/open-turo/eslint-config-typescript/commit/4fe0abff372401102e48202520d2f394fe233031)) * **deps:** update all non-major dependencies ([e5ae9ca](https://github.com/open-turo/eslint-config-typescript/commit/e5ae9cad7a28d8f106ee035eac13fae1fb64315a)) * **deps:** update all non-major dependencies ([0eaeef6](https://github.com/open-turo/eslint-config-typescript/commit/0eaeef619c1f176e7814999cfc5ee8fc1500fbb2)) * **deps:** update all non-major dependencies ([7262bf5](https://github.com/open-turo/eslint-config-typescript/commit/7262bf5887b1f73b1e6c3c04d67ca067fde01e25)) * **deps:** update all non-major dependencies ([fee23c5](https://github.com/open-turo/eslint-config-typescript/commit/fee23c5f34be3e11dc7e8ef4a6815e5e6891f419)) * **deps:** update all non-major dependencies ([8f38b82](https://github.com/open-turo/eslint-config-typescript/commit/8f38b82afee6832a426ab59ce16b065ebc9afba1)) * **deps:** update dependency @open-turo/semantic-release-config to v4.0.3 ([220e3c2](https://github.com/open-turo/eslint-config-typescript/commit/220e3c27db52ceaf8dffa7bde0105e8d7e936583)) ### Bug Fixes * use better matcher for test files ([76a56e6](https://github.com/open-turo/eslint-config-typescript/commit/76a56e66068b89e3e8cfa27a2b3cb7c9a9639484)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6cc00a..1a2eec6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-turo/eslint-config-typescript", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-turo/eslint-config-typescript", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "devDependencies": { "@commitlint/cli": "17.8.1", diff --git a/package.json b/package.json index 94b52b8..e64b5e2 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "access": "public" }, "repository": "https://github.com/open-turo/eslint-config-typescript", - "version": "6.0.0" + "version": "6.0.1" }