Skip to content

Commit

Permalink
RELEASE: Add changelog for 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkelstern committed Jan 30, 2018
1 parent 48249ab commit eacec0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dblogger",
"version": "0.5.3",
"version": "0.5.4",
"description": "Native code logging library, DB enabled",
"main": "index.js",
"types": "dblogger.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Just install `dblogger` with `npm install --save dblogger`

## Changelog

### 0.5.4

- Add `type` property to options in typescript definition

### 0.5.3

- Add TypeScript definition file 🎉
Expand Down

0 comments on commit eacec0b

Please sign in to comment.