Skip to content

Commit d397864

Browse files
committed
chore(release): v0.7.5
1 parent 07cf4d4 commit d397864

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.7.5
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.4...v0.7.5)
7+
8+
### 🩹 Fixes
9+
10+
- Add support for `cloudflare:*` externals ([#243](https://github.com/nuxt-hub/core/pull/243))
11+
- Disable the usage of `nuxt generate` ([#244](https://github.com/nuxt-hub/core/pull/244))
12+
13+
### 📖 Documentation
14+
15+
- Article about AI ([e3f7865](https://github.com/nuxt-hub/core/commit/e3f7865))
16+
- Article ready ([956cc01](https://github.com/nuxt-hub/core/commit/956cc01))
17+
18+
### 🏡 Chore
19+
20+
- Update deps ([07cf4d4](https://github.com/nuxt-hub/core/commit/07cf4d4))
21+
22+
### ❤️ Contributors
23+
24+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
25+
426
## v0.7.4
527

628
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.3...v0.7.4)

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

0 commit comments

Comments
 (0)