From 8a2fdaa738d1c44aba1af1ad05e8055de4030d91 Mon Sep 17 00:00:00 2001 From: dhmlau Date: Thu, 9 Mar 2023 11:58:53 -0500 Subject: [PATCH] 4.0.2 * chore: lock file maintenance (renovate[bot]) * chore: update dependency eslint to ^8.35.0 (renovate[bot]) * chore: update dependency http-status to ^1.6.2 (renovate[bot]) * chore: update dependency eslint to ^8.34.0 (renovate[bot]) * chore: update dependency @commitlint/config-conventional to ^17.4.4 (renovate[bot]) * chore: update dependency @types/express to ^4.17.17 (renovate[bot]) * chore: update dependency eslint to ^8.31.0 (renovate[bot]) * chore: update dependency eslint to ^8.30.0 (renovate[bot]) * chore: update dependency @types/express to ^4.17.15 (renovate[bot]) * chore: update dependency mocha to ^10.2.0 (renovate[bot]) * chore: update dependency supertest to ^6.3.3 (renovate[bot]) * chore: update dependency eslint to ^8.29.0 (renovate[bot]) * chore: update dependency supertest to ^6.3.2 (renovate[bot]) * chore: update dependency @commitlint/config-conventional to ^17.3.0 (renovate[bot]) * chore: update dependency eslint to ^8.28.0 (renovate[bot]) --- CHANGES.md | 34 ++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0f34cf3..8345bda 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,37 @@ +2023-03-09, Version 4.0.2 +========================= + + * chore: lock file maintenance (renovate[bot]) + + * chore: update dependency eslint to ^8.35.0 (renovate[bot]) + + * chore: update dependency http-status to ^1.6.2 (renovate[bot]) + + * chore: update dependency eslint to ^8.34.0 (renovate[bot]) + + * chore: update dependency @commitlint/config-conventional to ^17.4.4 (renovate[bot]) + + * chore: update dependency @types/express to ^4.17.17 (renovate[bot]) + + * chore: update dependency eslint to ^8.31.0 (renovate[bot]) + + * chore: update dependency eslint to ^8.30.0 (renovate[bot]) + + * chore: update dependency @types/express to ^4.17.15 (renovate[bot]) + + * chore: update dependency mocha to ^10.2.0 (renovate[bot]) + + * chore: update dependency supertest to ^6.3.3 (renovate[bot]) + + * chore: update dependency eslint to ^8.29.0 (renovate[bot]) + + * chore: update dependency supertest to ^6.3.2 (renovate[bot]) + + * chore: update dependency @commitlint/config-conventional to ^17.3.0 (renovate[bot]) + + * chore: update dependency eslint to ^8.28.0 (renovate[bot]) + + 2022-11-07, Version 4.0.1 ========================= diff --git a/package-lock.json b/package-lock.json index 51b66c9..cecb977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strong-error-handler", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b10946a..f5f0443 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "strong-error-handler", "description": "Error handler for use in development and production environments.", "license": "MIT", - "version": "4.0.1", + "version": "4.0.2", "engines": { "node": ">=10" },