From 61a0b3cf88850d05363b0e3741214f6c5dfcbff9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sat, 23 Oct 2021 00:19:33 +0200 Subject: [PATCH] chore(release): 0.3.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665a257a..c14b607f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.3.0](https://github.com/unjs/unstorage/compare/v0.2.9...v0.3.0) (2021-10-22) + + +### ⚠ BREAKING CHANGES + +* **pkg:** update depenencies and use explicit `cjs` extension + +### Features + +* **pkg:** update depenencies and use explicit `cjs` extension ([477aa26](https://github.com/unjs/unstorage/commit/477aa263d55cb20a3a95eaabd0bd2c30b25fe297)) + ### [0.2.9](https://github.com/unjs/unstorage/compare/v0.2.8...v0.2.9) (2021-10-06) diff --git a/package.json b/package.json index 0eb96ec7..c142c731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.2.9", + "version": "0.3.0", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",