Skip to content

Commit b6f2b2d

Browse files
committed
chore(release): v0.7.25
1 parent ef4c6f4 commit b6f2b2d

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.7.25
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.24...v0.7.25)
7+
8+
### 🩹 Fixes
9+
10+
- Move tsconfig to correct folder ([#307](https://github.com/nuxt-hub/core/pull/307))
11+
12+
### 📖 Documentation
13+
14+
- Update version ([a214eb7](https://github.com/nuxt-hub/core/commit/a214eb7))
15+
- Update changelog description ([78da207](https://github.com/nuxt-hub/core/commit/78da207))
16+
- Improve readme ([3077181](https://github.com/nuxt-hub/core/commit/3077181))
17+
18+
### 🏡 Chore
19+
20+
- Add npx prefix for nuxthub commands ([aa13911](https://github.com/nuxt-hub/core/commit/aa13911))
21+
- Leverage userProjectToken if available ([012f498](https://github.com/nuxt-hub/core/commit/012f498))
22+
- Update deps ([ef4c6f4](https://github.com/nuxt-hub/core/commit/ef4c6f4))
23+
24+
### ❤️ Contributors
25+
26+
- Sébastien Chopin ([@atinux](http://github.com/atinux))
27+
- Rihan ([@RihanArfan](http://github.com/RihanArfan))
28+
429
## v0.7.24
530

631
[compare changes](https://github.com/nuxt-hub/core/compare/v0.7.23...v0.7.24)

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

0 commit comments

Comments
 (0)