We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551daba commit 4e7e526Copy full SHA for 4e7e526
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.1.7
5
+
6
+[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.6...v0.1.7)
7
8
+### 🩹 Fixes
9
10
+- Missing createError imports ([551daba](https://github.com/nuxt-hub/core/commit/551daba))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@Atinux](http://github.com/Atinux))
15
16
## v0.1.6
17
18
[compare changes](https://github.com/nuxt-hub/core/compare/v0.1.5...v0.1.6)
package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
- "version": "0.1.6",
+ "version": "0.1.7",
"description": "Nuxt Toolkit to create full-stack applications on the Edge.",
"repository": {
"type": "git",
0 commit comments