Skip to content

Commit 9c7be8f

Browse files
committed
chore(release): v0.6.13
1 parent d015261 commit 9c7be8f

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.6.13
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.11...v0.6.13)
7+
8+
### 🚀 Enhancements
9+
10+
- Optimize bundle ([#138](https://github.com/nuxt-hub/core/pull/138))
11+
12+
### 🩹 Fixes
13+
14+
- **blob:** Remove slugify ([#154](https://github.com/nuxt-hub/core/pull/154))
15+
- **module:** Invalid resolved path in npm package ([#161](https://github.com/nuxt-hub/core/pull/161))
16+
- **analytics:** Setup analytics worker ([#162](https://github.com/nuxt-hub/core/pull/162))
17+
18+
### 📖 Documentation
19+
20+
- Remove extra + ([bf850fe](https://github.com/nuxt-hub/core/commit/bf850fe))
21+
22+
### 🏡 Chore
23+
24+
- **release:** V0.6.11 ([a7bdb0c](https://github.com/nuxt-hub/core/commit/a7bdb0c))
25+
- **action:** Add pr version release ([415e9a3](https://github.com/nuxt-hub/core/commit/415e9a3))
26+
- Disable pkg-pr-new ([fcb2994](https://github.com/nuxt-hub/core/commit/fcb2994))
27+
- **release:** V0.6.12 ([389a633](https://github.com/nuxt-hub/core/commit/389a633))
28+
29+
### ❤️ Contributors
30+
31+
- Farnabaz <[email protected]>
32+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
33+
- Quandabase ([@quandabase](http://github.com/quandabase))
34+
435
## v0.6.12
536

637
[compare changes](https://github.com/nuxt-hub/core/compare/v0.6.11...v0.6.12)

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

0 commit comments

Comments
 (0)