Skip to content

Commit

Permalink
release: 5.0.1 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee authored Jan 14, 2024
1 parent 2209f06 commit e62b7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "warehouse",
"version": "5.0.0",
"version": "5.0.1",
"description": "Simple JSON-based database",
"main": "dist/database",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/db.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"meta":{"version":1,"warehouse":"5.0.0"},"models":{"Test":[{"_id":"A"},{"_id":"B"},{"_id":"C"}]}}
{"meta":{"version":1,"warehouse":"5.0.1"},"models":{"Test":[{"_id":"A"},{"_id":"B"},{"_id":"C"}]}}

0 comments on commit e62b7b8

Please sign in to comment.