From 20ba91dee855481c76d63b00193e73da4676a88d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 2 May 2022 16:11:53 +0200 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08784ed2..79d3cd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.4.0](https://github.com/unjs/unstorage/compare/v0.3.3...v0.4.0) (2022-05-02) + + +### ⚠ BREAKING CHANGES + +* use `./dist` for all subpath exports + +### Features + +* overlay driver ([588881e](https://github.com/unjs/unstorage/commit/588881eb878ba3fad4ab306cf981f0b2dd9f4f9b)) + + +### Bug Fixes + +* handle mount overrides ([#45](https://github.com/unjs/unstorage/issues/45)) ([092e539](https://github.com/unjs/unstorage/commit/092e539302b1f51e109dd4756099aab71452755c)) + + +### build + +* use `./dist` for all subpath exports ([4f2a211](https://github.com/unjs/unstorage/commit/4f2a211a1497afc34c8bd19183ae065ecac3d51c)) + ### [0.3.3](https://github.com/unjs/unstorage/compare/v0.3.2...v0.3.3) (2021-11-18) diff --git a/package.json b/package.json index 1e22943e..1b530e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.3.3", + "version": "0.4.0", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",