Skip to content

Commit 99e1896

Browse files
committed
chore(release): v0.3.0
1 parent eb8c06d commit 99e1896

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.0
5+
6+
[compare changes](https://github.com/unjs/db0/compare/v0.2.4...v0.3.0)
7+
8+
### 🚀 Enhancements
9+
10+
- ⚠️ Prepared statements ([#157](https://github.com/unjs/db0/pull/157))
11+
- `node-sqlite` driver with native `node:sqlite` ([#155](https://github.com/unjs/db0/pull/155))
12+
13+
### 🩹 Fixes
14+
15+
- **cloudflare-d1:** Correctly return results array ([#156](https://github.com/unjs/db0/pull/156))
16+
- Fix type exports ([0d5a151](https://github.com/unjs/db0/commit/0d5a151))
17+
- Correct `.getInstance()` type ([6a7dc5a](https://github.com/unjs/db0/commit/6a7dc5a))
18+
19+
### 💅 Refactors
20+
21+
- ⚠️ Rename `node-sqlite3` to `sqlite3` ([eb8c06d](https://github.com/unjs/db0/commit/eb8c06d))
22+
23+
### 📖 Documentation
24+
25+
- Add `node-sqlite` ([4da62b4](https://github.com/unjs/db0/commit/4da62b4))
26+
27+
### 📦 Build
28+
29+
- ⚠️ Esm-only dist ([7d7bdec](https://github.com/unjs/db0/commit/7d7bdec))
30+
31+
### 🏡 Chore
32+
33+
- Update deps ([a442671](https://github.com/unjs/db0/commit/a442671))
34+
- Update deps ([77bee33](https://github.com/unjs/db0/commit/77bee33))
35+
- Fix db0 link ([18b2bbc](https://github.com/unjs/db0/commit/18b2bbc))
36+
37+
#### ⚠️ Breaking Changes
38+
39+
- ⚠️ Prepared statements ([#157](https://github.com/unjs/db0/pull/157))
40+
- ⚠️ Rename `node-sqlite3` to `sqlite3` ([eb8c06d](https://github.com/unjs/db0/commit/eb8c06d))
41+
- ⚠️ Esm-only dist ([7d7bdec](https://github.com/unjs/db0/commit/7d7bdec))
42+
43+
### ❤️ Contributors
44+
45+
- Pooya Parsa ([@pi0](https://github.com/pi0))
46+
447
## v0.2.4
548

649
[compare changes](https://github.com/unjs/db0/compare/v0.2.3...v0.2.4)

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.2.4",
3+
"version": "0.3.0",
44
"description": "Lightweight SQL Connector",
55
"repository": "unjs/db0",
66
"license": "MIT",

0 commit comments

Comments
 (0)