From c52f71e60c3e45dd88cbcc33a32fbc1cc8acff68 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 22 Jan 2024 20:17:36 +0100 Subject: [PATCH] chore(release): v0.0.2 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbffd2c..1f657e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ # Changelog +## v0.0.2 + +[compare changes](https://github.com/pi0/nitro-cloudflare-bindings/compare/v0.0.1...v0.0.2) + +### 🚀 Enhancements + +- Automatically add `.wrangler/state/v3` to `.gitignore` ([5bf2c5b](https://github.com/pi0/nitro-cloudflare-bindings/commit/5bf2c5b)) + +### 🩹 Fixes + +- Handle when `wrangler.toml` is not found ([0340c1d](https://github.com/pi0/nitro-cloudflare-bindings/commit/0340c1d)) + +### 💅 Refactors + +- Default persist dir to `.wrangler/state/v3` ([88d91ff](https://github.com/pi0/nitro-cloudflare-bindings/commit/88d91ff)) + +### 📦 Build + +- Run `build` before release ([d3f32d2](https://github.com/pi0/nitro-cloudflare-bindings/commit/d3f32d2)) + +### 🏡 Chore + +- Add renovate config ([f18fc5c](https://github.com/pi0/nitro-cloudflare-bindings/commit/f18fc5c)) +- Update readme ([e5cfcf4](https://github.com/pi0/nitro-cloudflare-bindings/commit/e5cfcf4)) + +### ❤️ Contributors + +- Pooya Parsa ([@pi0](http://github.com/pi0)) + ## v0.0.1 diff --git a/package.json b/package.json index b3979f1..176ebb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nitro-cloudflare-bindings", - "version": "0.0.1", + "version": "0.0.2", "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", @@ -57,4 +57,4 @@ "consola": "^3.2.3", "pkg-types": "^1.0.3" } -} +} \ No newline at end of file