diff --git a/CHANGES.md b/CHANGES.md index b86a1ab..ee8fe5e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,99 @@ +2024-05-13, Version 5.0.9 +========================= + + * chore: lock file maintenance (renovate[bot]) + + * chore: update ossf/scorecard-action action to v2.3.3 (renovate[bot]) + + * chore: update dependency chai to ^5.1.1 (renovate[bot]) + + * chore: update actions/checkout action to v4.1.5 (renovate[bot]) + + * chore: update github/codeql-action action to v3.25.4 (renovate[bot]) + + * chore: update step-security/harden-runner action to v2.7.1 (renovate[bot]) + + * chore: update github/codeql-action action to v3.25.3 (renovate[bot]) + + * chore: update actions/checkout action to v4.1.4 (renovate[bot]) + + * chore: update dependency @commitlint/cli to ^19.3.0 (renovate[bot]) + + * chore: update github/codeql-action action to v3.25.2 (renovate[bot]) + + * chore: update actions/upload-artifact action to v4.3.3 (renovate[bot]) + + * chore: update actions/checkout action to v4.1.3 (renovate[bot]) + + * chore: update actions/upload-artifact action to v4.3.2 (renovate[bot]) + + * chore: update github/codeql-action action to v3.25.1 (renovate[bot]) + + * chore: update github/codeql-action action to v3.25.0 (renovate[bot]) + + * chore: update commitlint monorepo to ^19.2.2 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.10 (renovate[bot]) + + * chore: update dependency mocha to ^10.4.0 (renovate[bot]) + + * chore: update dependency express to ^4.19.2 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.9 (renovate[bot]) + + * chore: update dependency express to ^4.19.1 (renovate[bot]) + + * chore: update dependency express to ^4.19.0 (renovate[bot]) + + * chore: update dependency @commitlint/cli to ^19.2.1 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.8 (renovate[bot]) + + * chore: update dependency @commitlint/cli to ^19.2.0 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.7 (renovate[bot]) + + * chore: update commitlint monorepo to ^19.1.0 (renovate[bot]) + + * chore: update dependency express to ^4.18.3 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.6 (renovate[bot]) + + * chore: update commitlint monorepo to ^19.0.3 (renovate[bot]) + + * chore: update dependency @commitlint/cli to ^19.0.2 (renovate[bot]) + + * chore: update dependency @commitlint/cli to ^19.0.1 (renovate[bot]) + + * chore: update commitlint monorepo to v19 (renovate[bot]) + + * test: convert to ES Module (Rifa Achrinza) + + * chore: update dependency chai to v5 (renovate[bot]) + + * chore: update dependency eslint to ^8.57.0 (renovate[bot]) + + * ci: update CodeQL domain allowlist (Rifa Achrinza) + + * chore: update actions/upload-artifact action to v4 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.5 (renovate[bot]) + + * chore: update dependency http-status to ^1.7.4 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.4 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.3 (renovate[bot]) + + * chore: update dependency @commitlint/config-conventional to ^18.6.2 (renovate[bot]) + + * chore: update dependency lockfile-lint to ^4.13.2 (renovate[bot]) + + * chore: update github/codeql-action action to v3.24.1 (renovate[bot]) + + * chore: update commitlint monorepo to ^18.6.1 (renovate[bot]) + + 2024-02-12, Version 5.0.7 ========================= diff --git a/package-lock.json b/package-lock.json index f99948f..1f48127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "strong-error-handler", - "version": "5.0.7", + "version": "5.0.9", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index e58ad7a..084cc93 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.7", + "version": "5.0.9", "engines": { "node": ">=16" },