Skip to content

Commit 52f012e

Browse files
committedFeb 27, 2024·
chore(release): v0.1.3
1 parent ecf97f1 commit 52f012e

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed
 

‎CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v0.1.3
5+
6+
[compare changes](https://github.com/unjs/db0/compare/v0.1.2...v0.1.3)
7+
8+
### 🚀 Enhancements
9+
10+
- Add bun sqlite support ([d6de297](https://github.com/unjs/db0/commit/d6de297))
11+
12+
### 📖 Documentation
13+
14+
- **readme:** Fix links ([#52](https://github.com/unjs/db0/pull/52))
15+
16+
### 🏡 Chore
17+
18+
- Update docs ([598e90c](https://github.com/unjs/db0/commit/598e90c))
19+
- Update docs ([5eda18e](https://github.com/unjs/db0/commit/5eda18e))
20+
- Update readme ([#53](https://github.com/unjs/db0/pull/53))
21+
- Update autofix ci ([ecf97f1](https://github.com/unjs/db0/commit/ecf97f1))
22+
23+
### ❤️ Contributors
24+
25+
- Pooya Parsa ([@pi0](http://github.com/pi0))
26+
- Shoshana Connack
27+
428
## v0.1.2
529

630
[compare changes](https://github.com/unjs/db0/compare/v0.1.1...v0.1.2)

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "db0",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Lightweight SQL Connector",
55
"repository": "unjs/db0",
66
"license": "MIT",
@@ -87,4 +87,4 @@
8787
}
8888
},
8989
"packageManager": "pnpm@8.15.4"
90-
}
90+
}

0 commit comments

Comments
 (0)
Please sign in to comment.