nukak-sqlite
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -7,2 +7,6 @@ # Changelog | ||
## [1.4.4] - 2024-09-26 | ||
- Correct issue when empty or null list is passed to `insertMany` operations. | ||
## [1.4.3] - 2024-09-25 | ||
@@ -9,0 +13,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"type": "module", | ||
@@ -9,0 +9,0 @@ "main": "./index.js", |
30502