Skip to content

Commit 44e51f4

Browse files
committed
Fix provenance
1 parent be2bf6a commit 44e51f4

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [4.2.1]
4+
5+
### Changes
6+
7+
- Fix provenance settings
8+
39
## [4.2.0]
410

511
### Changes

node/lib/retire.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
var exports = exports || {};
7-
exports.version = '4.2.0';
7+
exports.version = '4.2.1';
88

99
function isDefined(o) {
1010
return typeof o !== 'undefined';

node/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Erlend Oftedal <erlend@oftedal.no>",
33
"name": "retire",
44
"description": "Retire is a tool for detecting use of vulnerable libraries",
5-
"version": "4.2.0",
5+
"version": "4.2.1",
66
"license": "Apache-2.0",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)