From 7344aeced79288e65d23e626a561687898663fe8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Sep 2024 04:59:42 +0000 Subject: [PATCH] chore(release): 2.5.0 [skip ci] # [2.5.0](https://github.com/nrccua/eslint-config/compare/v2.4.0...v2.5.0) (2024-09-27) ### Features * Bump eslint-plugin-promise from 6.6.0 to 7.1.0 ([#40](https://github.com/nrccua/eslint-config/issues/40)) ([7be1832](https://github.com/nrccua/eslint-config/commit/7be18321ff791e7d55c34336a44300a3f5a98106)) --- 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 24f8062..2479526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.5.0](https://github.com/nrccua/eslint-config/compare/v2.4.0...v2.5.0) (2024-09-27) + + +### Features + +* Bump eslint-plugin-promise from 6.6.0 to 7.1.0 ([#40](https://github.com/nrccua/eslint-config/issues/40)) ([7be1832](https://github.com/nrccua/eslint-config/commit/7be18321ff791e7d55c34336a44300a3f5a98106)) + # [2.4.0](https://github.com/nrccua/eslint-config/compare/v2.3.0...v2.4.0) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index 798291e..2c5f802 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@encoura/eslint-config", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@encoura/eslint-config", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { "@commitlint/cli": "^19.5.0", diff --git a/package.json b/package.json index 496116f..039b002 100644 --- a/package.json +++ b/package.json @@ -106,5 +106,5 @@ "test:tsconfig": "tsc --noEmit", "test:unit": "jest --maxWorkers=2 --silent" }, - "version": "2.4.0" + "version": "2.5.0" }