Skip to content

Commit ce8026f

Browse files
committed
chore(release): v0.8.7
1 parent 7532538 commit ce8026f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
# Changelog
22

33

4+
## v0.8.7
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.6...v0.8.7)
7+
8+
### 🚀 Enhancements
9+
10+
- **cache:** Add support for swr detection ([#376](https://github.com/nuxt-hub/core/pull/376))
11+
12+
### 📖 Documentation
13+
14+
- Update blob.md to match the ensureBlob types ([#371](https://github.com/nuxt-hub/core/pull/371))
15+
16+
### 🏡 Chore
17+
18+
- Remove deprecated D1 dump() ([#373](https://github.com/nuxt-hub/core/pull/373))
19+
- Update deps ([7532538](https://github.com/nuxt-hub/core/commit/7532538))
20+
21+
### ❤️ Contributors
22+
23+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
24+
- Mathieu NICOLAS ([@arkhaiel](http://github.com/arkhaiel))
25+
- Rihan ([@RihanArfan](http://github.com/RihanArfan))
26+
427
## v0.8.6
528

629
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.5...v0.8.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.8.6",
4+
"version": "0.8.7",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)