We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17406da commit 3bb3208Copy full SHA for 3bb3208
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.4.1
5
+
6
+[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.4.0...v0.4.1)
7
8
+### 🩹 Fixes
9
10
+- Server utils headers and make `event` optional ([17406da](https://github.com/sandros94/nuxt-surrealdb/commit/17406da))
11
12
+### ❤️ Contributors
13
14
+- Sandros94 ([@sandros94](http://github.com/sandros94))
15
16
## v0.4.0
17
18
[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.3.4...v0.4.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt-surrealdb",
- "version": "0.4.0",
+ "version": "0.4.1",
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
"keywords": [
"nuxt",
0 commit comments