Skip to content

Commit 71c3878

Browse files
committed
chore(release): v0.3.3
1 parent c68b294 commit 71c3878

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.3
5+
6+
[compare changes](https://github.com/unjs/db0/compare/v0.3.2...v0.3.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Support `dispose` and `using createDatabase()` ([#178](https://github.com/unjs/db0/pull/178))
11+
- Cloudflare hyperdrive ([#164](https://github.com/unjs/db0/pull/164))
12+
13+
### 💅 Refactors
14+
15+
- Strict types ([#179](https://github.com/unjs/db0/pull/179))
16+
17+
### 📖 Documentation
18+
19+
- Improve drizzle integration example with drizzle-kit usage ([#170](https://github.com/unjs/db0/pull/170))
20+
21+
### 🏡 Chore
22+
23+
- Update undocs ([d912de1](https://github.com/unjs/db0/commit/d912de1))
24+
- Update docs ([d4a3cd5](https://github.com/unjs/db0/commit/d4a3cd5))
25+
- Update undocs ([5d398ef](https://github.com/unjs/db0/commit/5d398ef))
26+
- Update deps ([29ca18b](https://github.com/unjs/db0/commit/29ca18b))
27+
- Update deps ([83f1425](https://github.com/unjs/db0/commit/83f1425))
28+
- Lint ([9784e4d](https://github.com/unjs/db0/commit/9784e4d))
29+
- Gitignore tsconfig.tsbuildinfo ([c68b294](https://github.com/unjs/db0/commit/c68b294))
30+
31+
### ❤️ Contributors
32+
33+
- Pooya Parsa ([@pi0](https://github.com/pi0))
34+
- Fayaz Ahmed <[email protected]>
35+
- Rihan Arfan ([@RihanArfan](https://github.com/RihanArfan))
36+
437
## v0.3.2
538

639
[compare changes](https://github.com/unjs/db0/compare/v0.3.1...v0.3.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "db0",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Lightweight SQL Connector",
55
"repository": "unjs/db0",
66
"license": "MIT",

0 commit comments

Comments
 (0)