diff --git a/CHANGELOG.md b/CHANGELOG.md index eee522a..6612951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.5](https://github.com/MrSwitch/localhost/compare/v0.3.4...v0.3.5) (2022-04-08) + + +### Bug Fixes + +* package.json & package-lock.json to reduce vulnerabilities ([9e517d3](https://github.com/MrSwitch/localhost/commit/9e517d396707a6ba1b8bd6dfc8e56ccfa0dc824b)) + ## [0.3.4](https://github.com/MrSwitch/localhost/compare/v0.3.3...v0.3.4) (2021-04-12) diff --git a/package-lock.json b/package-lock.json index 52a0562..2ae03b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3cff367..54a334f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.4", + "version": "0.3.5", "description": "Http static file server", "main": "index.js", "scripts": {