1 parent 4ef343b commit 0c44897Copy full SHA for 0c44897
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 2.1.0 (Aug 3, 2025)
2
- Refactors SQLite version detection for [Better SQLite3][better-sqlite3] to be per-SQLite connection, permitting parallel use of different versions.
3
This also permits using the Better SQLite3 Heaven adapter with different SQLite modules.
4
package.json
@@ -1,6 +1,6 @@
{
"name": "heaven-sqlite",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "Heaven.js's Data Mapper or Table Data Gateway for SQLite. CRUD API that parses and serializes your models.",
5
"keywords": [
6
"sqlite",
0 commit comments