Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2025-01-23)

### Bug Fixes

* override empty file ([024169f](024169f)), closes [#844](#844)
  • Loading branch information
semantic-release-bot committed Jan 23, 2025
1 parent 3503ac9 commit 61b902d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.3.1](https://github.com/Belphemur/node-json-db/compare/v2.3.0...v2.3.1) (2025-01-23)


### Bug Fixes

* override empty file ([024169f](https://github.com/Belphemur/node-json-db/commit/024169ffeab114eae993c83c1cfbb9d355c8e178)), closes [#844](https://github.com/Belphemur/node-json-db/issues/844)

# [2.3.0](https://github.com/Belphemur/node-json-db/compare/v2.2.0...v2.3.0) (2023-10-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 61b902d

Please sign in to comment.