diff --git a/CHANGES.md b/CHANGES.md index 60e4d63..5127a3f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ + + 2023-11-13, Version 5.0.3 ========================= diff --git a/package-lock.json b/package-lock.json index f6ec5da..1b6eab4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strong-error-handler", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 50617c0..38ea5ea 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": "5.0.3", + "version": "5.0.4", "engines": { "node": ">=16" },