diff --git a/CHANGELOG.md b/CHANGELOG.md index 813dc8a..57492af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [0.0.3](https://github.com/jesless/htfs/compare/v0.0.2...v0.0.3) (2019-03-11) + + + ## [0.0.2](https://github.com/jesless/htfs/compare/v0.0.1...v0.0.2) (2019-03-11) diff --git a/package.json b/package.json index 6b980ac..17dc002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htfs", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "description": "Expose filesystem via HTTP and access it from the other side!", "repository": "jesless/htfs",