Skip to content

Commit

Permalink
chore(release): v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Dec 17, 2024
1 parent f420340 commit 572f205
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
# Changelog


## v0.8.9

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.8...v0.8.9)

### 🩹 Fixes

- **blob:** Handle `pdf` type correctly in `ensureBlob` ([#392](https://github.com/nuxt-hub/core/pull/392))
- **migration:** Invalid behavior while using `--` or `/* */` inside column string ([#397](https://github.com/nuxt-hub/core/pull/397))
- Register vectorize utils even if not running remotely ([#396](https://github.com/nuxt-hub/core/pull/396))

### 📖 Documentation

- **blob:** Proper input file type specifiers ([#393](https://github.com/nuxt-hub/core/pull/393))
- Improve postgres hyperdrive binding example ([#394](https://github.com/nuxt-hub/core/pull/394))

### 🏡 Chore

- Update deps ([f420340](https://github.com/nuxt-hub/core/commit/f420340))

### ❤️ Contributors

- Sébastien Chopin <[email protected]>
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Farnabaz <[email protected]>
- Gerben Mulder <[email protected]>
- Yizack Rangel ([@Yizack](http://github.com/Yizack))

## v0.8.8

[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.7...v0.8.8)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
"version": "0.8.8",
"version": "0.8.9",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 572f205

Please sign in to comment.