Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 22, 2024
1 parent 5bf2c5b commit c52f71e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -57,4 +57,4 @@
"consola": "^3.2.3",
"pkg-types": "^1.0.3"
}
}
}

0 comments on commit c52f71e

Please sign in to comment.