Skip to content

Commit c850286

Browse files
committed
chore(release): v0.1.11
1 parent 57ed91a commit c850286

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v0.1.11
5+
6+
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.10...v0.1.11)
7+
8+
### 🩹 Fixes
9+
10+
- Move wrangler out of dependencies ([57ed91a](https://github.com/nuxt-hub/core/commit/57ed91a))
11+
12+
### ❤️ Contributors
13+
14+
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
15+
416
## v0.1.10
517

618
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.9...v0.1.10)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxthub/core",
33
"private": false,
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
66
"repository": {
77
"type": "git",
@@ -67,4 +67,4 @@
6767
"vue-tsc": "^1.8.27",
6868
"wrangler": "^3.29.0"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)