From 7277bddad4e5608135887144abe47893aa6c88f0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 22 Jan 2024 20:46:04 +0100 Subject: [PATCH] chore(release): v0.0.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bde4a..f5d0759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.0.5 + +[compare changes](https://github.com/pi0/nitro-cloudflare-bindings/compare/v0.0.4...v0.0.5) + +### 🏡 Chore + +- Update package.json ([249d5a6](https://github.com/pi0/nitro-cloudflare-bindings/commit/249d5a6)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.0.4 [compare changes](https://github.com/pi0/nitro-cloudflare-bindings/compare/v0.0.3...v0.0.4) diff --git a/package.json b/package.json index 42328bf..1b6ea74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitro-cloudflare-bindings", - "version": "0.0.4", + "version": "0.0.5", "description": "POC module to enable access to the Cloudflare runtime bindings in development server of Nitro and Nuxt", "repository": "pi0/nitro-cloudflare-bindings", "license": "MIT", @@ -55,4 +55,4 @@ "wrangler": "0.0.0-fa09f4a2" }, "packageManager": "pnpm@8.10.0" -} +} \ No newline at end of file