Skip to content

Commit 314fd54

Browse files
committed
chore(release): v0.7.0
1 parent 5b30feb commit 314fd54

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22

33

4+
## v0.7.0
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.17...v0.7.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **blob:** ⚠️ Change API for consistency ([#187](https://github.com/nuxt-hub/core/pull/187))
11+
12+
### 📖 Documentation
13+
14+
- Add Hello Edge template ([7c9e805](https://github.com/nuxt-hub/core/commit/7c9e805))
15+
- Update og image ([7ba4dba](https://github.com/nuxt-hub/core/commit/7ba4dba))
16+
- Improve ctas ([099fcbd](https://github.com/nuxt-hub/core/commit/099fcbd))
17+
- Try public sans font ([05fcfea](https://github.com/nuxt-hub/core/commit/05fcfea))
18+
- Add parent routes for header active links ([47a7331](https://github.com/nuxt-hub/core/commit/47a7331))
19+
- Improve drizzle seed example ([#176](https://github.com/nuxt-hub/core/pull/176))
20+
- **recipes:** Remove extra field for drizzle seed ([a8a8b01](https://github.com/nuxt-hub/core/commit/a8a8b01))
21+
22+
### 🏡 Chore
23+
24+
- Update pricing ([b127a38](https://github.com/nuxt-hub/core/commit/b127a38))
25+
- Update deps ([5b30feb](https://github.com/nuxt-hub/core/commit/5b30feb))
26+
27+
#### ⚠️ Breaking Changes
28+
29+
- **blob:** ⚠️ Change API for consistency ([#187](https://github.com/nuxt-hub/core/pull/187))
30+
31+
### ❤️ Contributors
32+
33+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
34+
- Mohammed ([@redcodemohammed](http://github.com/redcodemohammed))
35+
436
## v0.6.17
537

638
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.16...v0.6.17)

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

0 commit comments

Comments
 (0)