Skip to content

Commit 65f4d04

Browse files
committed
chore(release): v0.0.2
1 parent 1d4c2b1 commit 65f4d04

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
4+
## v0.0.2
5+
6+
7+
### 🚀 Enhancements
8+
9+
- **init:** Init project ([f986348](https://github.com/tahul/nuxt-edgedb/commit/f986348))
10+
- **example:** Add nitro auto imports and examples in playground ([b8cf5d2](https://github.com/tahul/nuxt-edgedb/commit/b8cf5d2))
11+
12+
### 🏡 Chore
13+
14+
- **lint:** Fix linting ([ad0ae15](https://github.com/tahul/nuxt-edgedb/commit/ad0ae15))
15+
- **build:** Fix build ([1d4c2b1](https://github.com/tahul/nuxt-edgedb/commit/1d4c2b1))
16+
17+
### ❤️ Contributors
18+
19+
- Yaël Guilloux ([@Tahul](http://github.com/Tahul))
20+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-edgedb",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Nuxt 3 integration for EdgeDB.",
55
"repository": "tahul/nuxt-edgedb",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"nuxt": "^3.8.1",
4848
"vitest": "^0.34.6"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)