Skip to content

Commit 8fb8764

Browse files
author
sonatype-community
committed
chore(release): 4.0.45 [skip ci]
## [4.0.45](v4.0.44...v4.0.45) (2024-01-17) ### Bug Fixes * use semantic-release version that works with node 18 (newer node causes build errors). ([a122b0e](a122b0e))
1 parent a122b0e commit 8fb8764

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.45](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.44...v4.0.45) (2024-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* use semantic-release version that works with node 18 (newer node causes build errors). ([a122b0e](https://github.com/sonatype-nexus-community/auditjs/commit/a122b0e828066d13c9f39e300ee5fe7df8023bc6))
7+
18
## [4.0.44](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.43...v4.0.44) (2024-01-10)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auditjs",
3-
"version": "4.0.44",
3+
"version": "4.0.45",
44
"description": "Audit dependencies to identify known vulnerabilities and maintenance problems",
55
"main": "./bin/index.js",
66
"bin": {

0 commit comments

Comments
 (0)