Commit 52f012e committed Feb 27, 2024 · 1 / 3
1 parent ecf97f1 commit 52f012e Copy full SHA for 52f012e
File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
+
4
28
## v0.1.2
5
29
6
30
[ compare changes] ( https://github.com/unjs/db0/compare/v0.1.1...v0.1.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " db0" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " Lightweight SQL Connector" ,
5
5
"repository" : " unjs/db0" ,
6
6
"license" : " MIT" ,
87
87
}
88
88
},
89
89
"packageManager" : " pnpm@8.15.4"
90
- }
90
+ }
You can’t perform that action at this time.
0 commit comments