This commit is contained in:
dhmlau 2024-05-13 09:14:20 -04:00
parent 7ee8d8f4cd
commit 7e8ed37c94
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
2024-05-13, Version 5.0.9
=========================

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "strong-error-handler",
"version": "5.0.9",
"version": "5.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "5.0.9",
"version": "5.0.10",
"engines": {
"node": ">=16"
},