diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fae4b5..fcdc6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.7](https://github.com/MrSwitch/localhost/compare/v0.3.6...v0.3.7) (2022-04-08) + + +### Bug Fixes + +* **deps:** npm audit fix ([c702580](https://github.com/MrSwitch/localhost/commit/c702580d56fa3639585efc4847eb3dcd4fd4930f)) + ## [0.3.6](https://github.com/MrSwitch/localhost/compare/v0.3.5...v0.3.6) (2022-04-08) diff --git a/package-lock.json b/package-lock.json index fd7a4b4..699312d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 776e81e..15fbfc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.6", + "version": "0.3.7", "description": "Http static file server", "main": "index.js", "scripts": {