diff --git a/Changelog.md b/Changelog.md index 9dab10f..6c503cf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,15 @@ +# 0.5.2 + +## Fixed + +- Type declarations files. + +# 0.5.1 + +## Fixed + +- Type declarations files. + # 0.5.0 ## Added diff --git a/package.json b/package.json index b540c51..f8736ff 100644 --- a/package.json +++ b/package.json @@ -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",