diff --git a/CHANGELOG.md b/CHANGELOG.md index fcde81c..55bde4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/pi0/nitro-cloudflare-bindings/compare/v0.0.3...v0.0.4) + +### 🩹 Fixes + +- Explicit import from `#imports` ([dfcfb53](https://github.com/pi0/nitro-cloudflare-bindings/commit/dfcfb53)) + +### 💅 Refactors + +- Graceful error when cannot get bindings ([762f747](https://github.com/pi0/nitro-cloudflare-bindings/commit/762f747)) +- Compact message for added to .gitignore ([67e1828](https://github.com/pi0/nitro-cloudflare-bindings/commit/67e1828)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.0.3 [compare changes](https://github.com/pi0/nitro-cloudflare-bindings/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index 06c38d2..b0a6d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitro-cloudflare-bindings", - "version": "0.0.3", + "version": "0.0.4", "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",