Skip to content

Commit bc269e5

Browse files
committed
chore(release): v0.7.10
1 parent ecb0c3f commit bc269e5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.7.10
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.9...v0.7.10)
7+
8+
### 🚀 Enhancements
9+
10+
- **kv:** Add support for ttl ([#265](https://github.com/nuxt-hub/core/pull/265))
11+
- Add support for defining compatibility date & flags ([#264](https://github.com/nuxt-hub/core/pull/264))
12+
13+
### 🩹 Fixes
14+
15+
- **blob:** Handle FileList in useUpload ([#260](https://github.com/nuxt-hub/core/pull/260))
16+
17+
### ❤️ Contributors
18+
19+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
20+
- Mohan G <[email protected]>
21+
422
## v0.7.9
523

624
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.8...v0.7.9)

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.7.9",
4+
"version": "0.7.10",
55
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)