Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jul 1, 2021
1 parent 6db1f66 commit c728858
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.5.0

## Added

- Parameter to `.delete()`, to reindex items in a list after deleting an element from a list, if you pass in `true`.

# 0.4.1

## Removed
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": "stormdb",
"version": "0.4.1",
"version": "0.5.0",
"description": "StormDB is a tiny, lightweight, 0 dependency, easy-to-use JSON-based database for NodeJS, the browser or Electron.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c728858

Please sign in to comment.