From 308e9c647c291e5e066e532430f98b96544e30f4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 15 Nov 2022 03:39:52 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 32 +------------------------------- package.json | 2 +- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3163aa92..d5ab15d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,37 +2,7 @@ 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. -## v0.5.6...v0.6.0 - -[compare changes](https://github.com/unjs/unstorage/compare/v0.5.6...v0.6.0) - - -### 🚀 Enhancements - - - Add unwatch functions ([#82](https://github.com/unjs/unstorage/pull/82)) - -### 🩹 Fixes - - - **server:** Fix typo in 405 `statusMessage` ([#84](https://github.com/unjs/unstorage/pull/84)) - - **cloudflare-kv-http:** HasItem and getItem ([#81](https://github.com/unjs/unstorage/pull/81)) - -### 📖 Documentation - - - Fix `storageServer.handle` example ([#83](https://github.com/unjs/unstorage/pull/83)) - -### 🏡 Chore - - - Update h3 to 0.8.0 and other dependencies to latest ([7ffb38f](https://github.com/unjs/unstorage/commit/7ffb38f)) - - Fix ci ([b3a249f](https://github.com/unjs/unstorage/commit/b3a249f)) - - Ignore local test files ([38ae640](https://github.com/unjs/unstorage/commit/38ae640)) - - Swtich to changelogen ([e6234c4](https://github.com/unjs/unstorage/commit/e6234c4)) - -### ❤️ Contributors - -- Alexander Lichter -- Pooya Parsa -- Qin Guan -- Sacha STAFYNIAK +## [1.0.0](https://github.com/unjs/unstorage/compare/v0.6.0...v1.0.0) (2022-11-15) ## [0.5.0](https://github.com/unjs/unstorage/compare/v0.4.1...v0.5.0) (2022-06-13) diff --git a/package.json b/package.json index 0e128415..9c1d9745 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unstorage", - "version": "0.6.0", + "version": "1.0.0", "description": "Universal Storage Layer", "repository": "unjs/unstorage", "license": "MIT",