From 7324a87ad34094a2fe336f7c1f4dcadd22732b45 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Apr 2021 21:42:51 +0000 Subject: [PATCH] chore(release): 0.3.3 [skip ci] ## [0.3.3](https://github.com/MrSwitch/localhost/compare/v0.3.2...v0.3.3) (2021-04-12) ### Bug Fixes * **deps:** use minimist in place of optimist ([c28d1cf](https://github.com/MrSwitch/localhost/commit/c28d1cfe20ca2fd89190ac10144d44eeeaf02d48)) --- 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 894cd94..9aa1515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.3](https://github.com/MrSwitch/localhost/compare/v0.3.2...v0.3.3) (2021-04-12) + + +### Bug Fixes + +* **deps:** use minimist in place of optimist ([c28d1cf](https://github.com/MrSwitch/localhost/commit/c28d1cfe20ca2fd89190ac10144d44eeeaf02d48)) + ## [0.3.2](https://github.com/MrSwitch/localhost/compare/v0.3.1...v0.3.2) (2021-04-12) diff --git a/package-lock.json b/package-lock.json index ac623ee..060efcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 691f4a6..da656eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "localhost", - "version": "0.3.2", + "version": "0.3.3", "description": "Http static file server", "main": "index.js", "scripts": {