Skip to content

Commit 94cd45a

Browse files
author
sonatype-community
committed
chore(release): 4.0.42 [skip ci]
## [4.0.42](v4.0.41...v4.0.42) (2023-12-13) ### Bug Fixes * error TS2688: Cannot find type definition file for 'node'. ([#274](#274)) ([2d79b85](2d79b85))
1 parent 2d79b85 commit 94cd45a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.42](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.41...v4.0.42) (2023-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* error TS2688: Cannot find type definition file for 'node'. ([#274](https://github.com/sonatype-nexus-community/auditjs/issues/274)) ([2d79b85](https://github.com/sonatype-nexus-community/auditjs/commit/2d79b850bbee6f231518f562b3d506794d206672))
7+
18
## [4.0.41](https://github.com/sonatype-nexus-community/auditjs/compare/v4.0.40...v4.0.41) (2023-07-12)
29

310

package.json

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

0 commit comments

Comments
 (0)