Skip to content

Commit

Permalink
Version 3.1.0 - adds to property def
Browse files Browse the repository at this point in the history
  • Loading branch information
dxg committed May 9, 2016
1 parent e4df54b commit 885bdb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v3.1.0
- Add `enumerable` flag to exclude instance properties from enumeration (#724)

### v3.0.0
- Rename `cache` -> `identityCache` and **disable by default** (#350, #564, #626, #672, #684, #694, #721)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sqlite",
"mongodb"
],
"version" : "3.0.0",
"version" : "3.1.0",
"license" : "MIT",
"homepage" : "http://dresende.github.io/node-orm2",
"repository" : "http://github.com/dresende/node-orm2.git",
Expand Down

0 comments on commit 885bdb6

Please sign in to comment.