Skip to content

Commit 9a164e0

Browse files
committed
chore(release): v0.3.2
1 parent dc21e03 commit 9a164e0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.3.2
5+
6+
[compare changes](https://github.com/unjs/db0/compare/v0.3.1...v0.3.2)
7+
8+
### 🩹 Fixes
9+
10+
- **sqlite:** Defer prepare errors ([#162](https://github.com/unjs/db0/pull/162))
11+
12+
### 📖 Documentation
13+
14+
- Fix link to node-sqlite3 ([#159](https://github.com/unjs/db0/pull/159))
15+
16+
### 🏡 Chore
17+
18+
- Apply automated updates ([91b9863](https://github.com/unjs/db0/commit/91b9863))
19+
- Update deps ([ad995db](https://github.com/unjs/db0/commit/ad995db))
20+
21+
### ✅ Tests
22+
23+
- Only include src for coverage report ([#161](https://github.com/unjs/db0/pull/161))
24+
25+
### ❤️ Contributors
26+
27+
- Farnabaz <farnabaz@gmail.com>
28+
- Kanon ([@ysknsid25](https://github.com/ysknsid25))
29+
- Pooya Parsa ([@pi0](https://github.com/pi0))
30+
- Tsotne Nazarashvili <cotne.95@gmail.com>
31+
432
## v0.3.1
533

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

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

0 commit comments

Comments
 (0)