We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3498441 commit 0632e33Copy full SHA for 0632e33
node/lib/retire.js
@@ -5,7 +5,7 @@
5
6
7
var exports = exports || {};
8
-exports.version = '1.1.0';
+exports.version = '1.1.1';
9
10
function isDefined(o) {
11
return typeof o !== 'undefined';
node/package.json
@@ -2,7 +2,7 @@
2
"author": "Erlend Oftedal <erlend@oftedal.no>",
3
"name": "retire",
4
"description": "Retire is a tool for detecting use of vulnerable libraries",
- "version": "1.1.0",
+ "version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/RetireJS/retire.js.git"
0 commit comments