From 2be78d0c7c128799c78dcbfaadb99009b6ababb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Apr 2022 16:57:56 +0000 Subject: [PATCH] chore(release): 0.3.5 [skip ci] ## [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)) --- 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 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": {