We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d98492 commit 7102a8aCopy full SHA for 7102a8a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v2.1.0 (_2024-04-11_)
2
+
3
+- feat: supports automatic migration
4
5
### v2.0.0 (_2024-04-10_)
6
7
- feat: add prepare api
package.json
@@ -1,6 +1,6 @@
{
"name": "sqlite3-queries",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "A type-safe and promise-based query client for node sqlite3.",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
0 commit comments