Skip to content

Commit cff37e8

Browse files
committed
chore(release): v0.3.1
1 parent 0011d57 commit cff37e8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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.3.1
5+
6+
[compare changes](https://github.com/unjs/db0/compare/v0.3.0...v0.3.1)
7+
8+
### 💅 Refactors
9+
10+
- Alias `sqlite` to `node-sqlite` ([55df331](https://github.com/unjs/db0/commit/55df331))
11+
12+
### 📦 Build
13+
14+
- Remove deprecated for aliases ([0011d57](https://github.com/unjs/db0/commit/0011d57))
15+
16+
### ❤️ Contributors
17+
18+
- Pooya Parsa ([@pi0](https://github.com/pi0))
19+
420
## v0.3.0
521

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

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

0 commit comments

Comments
 (0)