diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa1515..eee522a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.4](https://github.com/MrSwitch/localhost/compare/v0.3.3...v0.3.4) (2021-04-12) + + +### Bug Fixes + +* directory definition ([77570ce](https://github.com/MrSwitch/localhost/commit/77570ce58b28fe014c7677c1970f7f2691539c6e)) + ## [0.3.3](https://github.com/MrSwitch/localhost/compare/v0.3.2...v0.3.3) (2021-04-12) diff --git a/package-lock.json b/package-lock.json index 060efcf..b06f410 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da656eb..a5dd0bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.3", + "version": "0.3.4", "description": "Http static file server", "main": "index.js", "scripts": {