diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb0380..6a84bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 + +Fixing build script + ## 1.0.1 Fixing build script diff --git a/package-lock.json b/package-lock.json index 85ba039..5c40952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "retire-scanner", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "retire-scanner", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "dependencies": { "cacheable-lookup": "^7.0.0", diff --git a/package.json b/package.json index 0688f81..fb38d4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Erlend Oftedal ", "name": "retire-scanner", - "version": "1.0.1", + "version": "1.0.2", "license": "Apache-2.0", "description": "A scanner for checking a web site using retire.js", "main": "dist/index.js",