From ae2ee081af03cecfd7a9ab9f4e30b14737a15e0b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 16:20:29 +0000 Subject: [PATCH] ci(release): 5.0.5 [skip ci] ## [5.0.5](https://github.com/open-turo/eslint-config/compare/v5.0.4...v5.0.5) (2024-04-29) ### Bug Fixes * **deps:** update all non-major dependencies ([21f3c9c](https://github.com/open-turo/eslint-config/commit/21f3c9c03d02edf997ee4f5f0bdd748acb643f01)) ### Miscellaneous * **deps:** update all ci non-major dependencies ([faf3d0e](https://github.com/open-turo/eslint-config/commit/faf3d0e071fbfe5505aaa9dc046755601d4d174d)) --- 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 e729d06..863c877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-turo/eslint-config", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-turo/eslint-config", - "version": "5.0.4", + "version": "5.0.5", "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "15.0.0", diff --git a/package.json b/package.json index 626f75e..c47d735 100644 --- a/package.json +++ b/package.json @@ -39,5 +39,5 @@ "lint": "echo noop", "test": "jest test.js" }, - "version": "5.0.4" + "version": "5.0.5" }