Skip to content

Commit 61b902d

Browse files
chore(release): 2.3.1 [skip ci]
## [2.3.1](v2.3.0...v2.3.1) (2025-01-23) ### Bug Fixes * override empty file ([024169f](024169f)), closes [#844](#844)
1 parent 3503ac9 commit 61b902d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [2.3.0](https://github.com/Belphemur/node-json-db/compare/v2.2.0...v2.3.0) (2023-10-16)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-json-db",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Database using JSON file as storage for Node.JS",
55
"main": "dist/JsonDB.js",
66
"types": "dist/JsonDB.d.ts",

0 commit comments

Comments
 (0)