Skip to content

Commit f3b4fd5

Browse files
committed
chore(release): v0.0.11
1 parent 57c16d7 commit f3b4fd5

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.11
5+
6+
[compare changes](https://github.com/tahul/nuxt-edgedb/compare/v0.0.10...v0.0.11)
7+
8+
### 🚀 Enhancements
9+
10+
- **useedgedbpkce:** Fix imports on all occurences; also add linting ([a6595bc](https://github.com/tahul/nuxt-edgedb/commit/a6595bc))
11+
12+
### 🏡 Chore
13+
14+
- **build:** Fix build ([57c16d7](https://github.com/tahul/nuxt-edgedb/commit/57c16d7))
15+
16+
### ❤️ Contributors
17+
18+
- Yaël Guilloux ([@Tahul](http://github.com/Tahul))
19+
420
## v0.0.10
521

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

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.10",
4+
"version": "0.0.11",
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)