Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
9d234f7a00 |
22
CHANGES.md
22
CHANGES.md
|
@ -1,6 +1,24 @@
|
||||||
2023-12-07, Version 5.0.5
|
2024-01-09, Version 5.0.6
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
* chore: update github/codeql-action action to v3 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update github/codeql-action action to v2.23.0 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: lock file maintenance (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update dependency chai to ^4.4.0 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update commitlint monorepo to ^18.4.4 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update dependency eslint to ^8.56.0 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update actions/setup-node action to v4.0.1 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update github/codeql-action action to v2.22.12 (renovate[bot])
|
||||||
|
|
||||||
|
* chore: update github/codeql-action action to v2.22.10 (renovate[bot])
|
||||||
|
|
||||||
* chore: update github/codeql-action action to v2.22.9 (renovate[bot])
|
* chore: update github/codeql-action action to v2.22.9 (renovate[bot])
|
||||||
|
|
||||||
* chore: update step-security/harden-runner action to v2.6.1 (renovate[bot])
|
* chore: update step-security/harden-runner action to v2.6.1 (renovate[bot])
|
||||||
|
@ -11,8 +29,6 @@
|
||||||
|
|
||||||
* ci: fix Scorecard issues (Rifa Achrinza)
|
* ci: fix Scorecard issues (Rifa Achrinza)
|
||||||
|
|
||||||
* chore: lock file maintenance (renovate[bot])
|
|
||||||
|
|
||||||
* chore: update dependency eslint to ^8.55.0 (renovate[bot])
|
* chore: update dependency eslint to ^8.55.0 (renovate[bot])
|
||||||
|
|
||||||
* chore: update github/codeql-action action to v2.22.8 (renovate[bot])
|
* chore: update github/codeql-action action to v2.22.8 (renovate[bot])
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "strong-error-handler",
|
"name": "strong-error-handler",
|
||||||
"version": "5.0.5",
|
"version": "5.0.6",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "strong-error-handler",
|
"name": "strong-error-handler",
|
||||||
"description": "Error handler for use in development and production environments.",
|
"description": "Error handler for use in development and production environments.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "5.0.5",
|
"version": "5.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue