We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c3c9d commit b2a76dcCopy full SHA for b2a76dc
2 files changed
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v0.0.29
5
+
6
+[compare changes](https://github.com/tahul/nuxt-edgedb/compare/v0.0.28...v0.0.29)
7
8
+### 🩹 Fixes
9
10
+- **module:** Allow boot without `edgedb` locally installed ([12c3c9d](https://github.com/tahul/nuxt-edgedb/commit/12c3c9d))
11
12
+### ❤️ Contributors
13
14
+- Yaël Guilloux ([@Tahul](http://github.com/Tahul))
15
16
## v0.0.28
17
18
[compare changes](https://github.com/tahul/nuxt-edgedb/compare/v0.0.27...v0.0.28)
package.json
@@ -1,7 +1,7 @@
{
"name": "nuxt-edgedb-module",
"type": "module",
- "version": "0.0.28",
+ "version": "0.0.29",
"description": "Nuxt 3 integration for EdgeDB.",
"license": "MIT",
"repository": "tahul/nuxt-edgedb",
0 commit comments