Skip to content

Commit

Permalink
Bump spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jnterry committed Mar 3, 2018
1 parent 9ee0c31 commit 3e3ba61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Sat Mar 03 2018 Jamie Terry <jamie-terry@outlook.com> 0.7.3
- Ensure numbers and integers are output in JSON as numbers and integers, rather than strings containing numbrs
* Tue Feb 27 2018 Jamie Terry <jamie-terry@outlook.com> 0.7.2
- Add id field to JSON schema, and to toJSON output
- Ensure fields that are not required and that are null are not include in the toJSON
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": "nano-orm",
"version": "0.7.2",
"version": "0.7.3",
"description": "Tiny wrapper layer for loading and persisting models to databases with promise based interface",
"homepage": "https://github.com/jnterry/nano-orm",
"author": "Jamie Terry (https://github.com/jnterry)",
Expand Down

0 comments on commit 3e3ba61

Please sign in to comment.