Skip to content

Commit ed4de6b

Browse files
committed
chore(release): v0.0.19
1 parent c68bc23 commit ed4de6b

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## v0.0.19
5+
6+
[compare changes](https://github.com/tahul/nuxt-edgedb/compare/v0.0.18...v0.0.19)
7+
8+
### 🚀 Enhancements
9+
10+
- **server-imports:** Fix auto imports in server ([85f0ea8](https://github.com/tahul/nuxt-edgedb/commit/85f0ea8))
11+
12+
### 🏡 Chore
13+
14+
- **cleanup:** Cleanup ([c68bc23](https://github.com/tahul/nuxt-edgedb/commit/c68bc23))
15+
16+
### ❤️ Contributors
17+
18+
- Yaël Guilloux ([@Tahul](http://github.com/Tahul))
19+
420
## v0.0.18
521

622
[compare changes](https://github.com/tahul/nuxt-edgedb/compare/v0.0.17...v0.0.18)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt-edgedb-module",
33
"type": "module",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"description": "Nuxt 3 integration for EdgeDB.",
66
"license": "MIT",
77
"repository": "tahul/nuxt-edgedb",
@@ -48,4 +48,4 @@
4848
"nuxt": "^3.8.2",
4949
"vitest": "^0.34.6"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)