We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09663b commit 67113dbCopy full SHA for 67113db
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.8.21
5
+
6
+[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.20...v0.8.21)
7
8
+### 🩹 Fixes
9
10
+- Typo `safe-buffer` -> `safer-buffer` ([e09663b](https://github.com/nuxt-hub/core/commit/e09663b))
11
12
+### ❤️ Contributors
13
14
+- Sébastien Chopin ([@atinux](https://github.com/atinux))
15
16
## v0.8.20
17
18
[compare changes](https://github.com/nuxt-hub/core/compare/v0.8.19...v0.8.20)
package.json
@@ -1,7 +1,7 @@
{
"name": "@nuxthub/core",
"private": false,
- "version": "0.8.20",
+ "version": "0.8.21",
"description": "Build full-stack Nuxt applications on Cloudflare, with zero configuration.",
"repository": {
"type": "git",
0 commit comments