Skip to content

Commit 4ef8b44

Browse files
committed
chore(release): v0.5.2
1 parent 2ffbb72 commit 4ef8b44

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.5.2
5+
6+
[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.5.1...v0.5.2)
7+
8+
### 🩹 Fixes
9+
10+
- Properly type engine options ([2ffbb72](https://github.com/sandros94/nuxt-surrealdb/commit/2ffbb72))
11+
12+
### 🏡 Chore
13+
14+
- Fix playground deps ([07374b3](https://github.com/sandros94/nuxt-surrealdb/commit/07374b3))
15+
- Pin comark version ([bda6d91](https://github.com/sandros94/nuxt-surrealdb/commit/bda6d91))
16+
17+
### ❤️ Contributors
18+
19+
- Sandro Circi ([@sandros94](https://github.com/sandros94))
20+
421
## v0.5.1
522

623
[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.5.0...v0.5.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-surrealdb",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)