diff --git a/CHANGELOG.md b/CHANGELOG.md index 69351d3a..7f11fc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## v0.3.1 + +[compare changes](https://github.com/nuxt-hub/core/compare/v0.3.0...v0.3.1) + +### 🚀 Enhancements + +- Add `del` as alias of `delete` for `hubBlob()` ([444c382](https://github.com/nuxt-hub/core/commit/444c382)) + +### 🏡 Chore + +- Update deps ([2059138](https://github.com/nuxt-hub/core/commit/2059138)) + +### ❤️ Contributors + +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + ## v0.3.0 [compare changes](https://github.com/nuxt-hub/core/compare/v0.2.1...v0.3.0) diff --git a/package.json b/package.json index 4acc4f7e..0bc9cb1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@nuxthub/core", "private": false, - "version": "0.3.0", + "version": "0.3.1", "description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.", "repository": { "type": "git", @@ -66,4 +66,4 @@ "vitest": "^1.3.1", "wrangler": "^3.31.0" } -} +} \ No newline at end of file