Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Aug 24, 2021
1 parent 06db85b commit d4e0e29
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.5.2

## Fixed

- Type declarations files.

# 0.5.1

## Fixed

- Type declarations files.

# 0.5.0

## Added
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.5.0",
"version": "0.5.2",
"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 d4e0e29

Please sign in to comment.