5.0.1
* chore: lock file maintenance (renovate[bot]) * chore: update dependency eslint to ^8.49.0 (renovate[bot]) * chore: update dependency http-status to ^1.7.0 (renovate[bot]) * chore: update actions/checkout action to v4 (renovate[bot]) * chore: update dependency eslint to ^8.48.0 (renovate[bot]) * chore: update dependency chai to ^4.3.8 (renovate[bot])
This commit is contained in:
parent
f5de5badf8
commit
85602a9c1f
16
CHANGES.md
16
CHANGES.md
|
@ -1,3 +1,19 @@
|
|||
2023-09-11, Version 5.0.1
|
||||
=========================
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.49.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency http-status to ^1.7.0 (renovate[bot])
|
||||
|
||||
* chore: update actions/checkout action to v4 (renovate[bot])
|
||||
|
||||
* chore: update dependency eslint to ^8.48.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency chai to ^4.3.8 (renovate[bot])
|
||||
|
||||
|
||||
2023-08-21, Version 5.0.0
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "strong-error-handler",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "strong-error-handler",
|
||||
"description": "Error handler for use in development and production environments.",
|
||||
"license": "MIT",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue