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 d9b811a commit d717e4aCopy full SHA for d717e4a
node/lib/retire.js
@@ -5,7 +5,7 @@
5
6
7
var exports = exports || {};
8
-exports.version = '1.0.1';
+exports.version = '1.1.0';
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.0.1",
+ "version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/RetireJS/retire.js.git"
0 commit comments