From d3bef2802257432a3eedf7d265cb3540f5a9444d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Apr 2021 21:55:59 +0000 Subject: [PATCH] chore(release): 0.3.4 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {