We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3503ac9 commit 61b902dCopy full SHA for 61b902d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.3.1](https://github.com/Belphemur/node-json-db/compare/v2.3.0...v2.3.1) (2025-01-23)
2
+
3
4
+### Bug Fixes
5
6
+* override empty file ([024169f](https://github.com/Belphemur/node-json-db/commit/024169ffeab114eae993c83c1cfbb9d355c8e178)), closes [#844](https://github.com/Belphemur/node-json-db/issues/844)
7
8
# [2.3.0](https://github.com/Belphemur/node-json-db/compare/v2.2.0...v2.3.0) (2023-10-16)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "node-json-db",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Database using JSON file as storage for Node.JS",
"main": "dist/JsonDB.js",
"types": "dist/JsonDB.d.ts",
0 commit comments