Skip to content

Commit e9b239a

Browse files
committed
chore(release): v0.6.9
1 parent e47f6df commit e9b239a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v0.6.9
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.8...v0.6.9)
7+
8+
### 🚀 Enhancements
9+
10+
- Use etag in blob.serve ([#147](https://github.com/nuxt-hub/core/pull/147))
11+
12+
### 🩹 Fixes
13+
14+
- **blob:** Set correct customMetadata ([#146](https://github.com/nuxt-hub/core/pull/146))
15+
16+
### ❤️ Contributors
17+
18+
- Murzin Artem ([@FutureExcited](http://github.com/FutureExcited))
19+
- Estéban <e.soubiran25@gmail.com>
20+
421
## v0.6.8
522

623
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.7...v0.6.8)

package.json

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

0 commit comments

Comments
 (0)