From a1746647bff52f3143e0bf107da3e2b40239a150 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 11 Mar 2021 21:22:31 +0100 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1df35fe..fb8b507e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.2](https://github.com/unjsio/unstorage/compare/v0.0.1...v0.0.2) (2021-03-11) + + +### Features + +* http driver ([438db64](https://github.com/unjsio/unstorage/commit/438db6427602a08343c8836a3386b9d712ca6ee9)) +* support base for drivers ([6844cd1](https://github.com/unjsio/unstorage/commit/6844cd11373c7aeee49780322d4c23c48342eb8a)) +* watcher ([ebcf1f1](https://github.com/unjsio/unstorage/commit/ebcf1f1a742756b78adaa955bdc90615554404cf)) + + +### Bug Fixes + +* add mount prefix to watch key ([0bb634d](https://github.com/unjsio/unstorage/commit/0bb634dcc51de2f32f2b2b892efa9090ef2c6885)) + ### 0.0.1 (2021-03-11) diff --git a/package.json b/package.json index e43dcea1..9c7b8a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.0.1", + "version": "0.0.2", "description": "", "repository": "unjsio/unstorage", "license": "MIT",