Skip to content

Commit acc5887

Browse files
committed
v2.1.29
1 parent 5362625 commit acc5887

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v2.1.29
2+
- Fix hasOne association when ID is 0 (#681)
3+
- Fix global var leak (#682)
4+
15
### v2.1.28
26
- Ensure hasMany associations work when properties have mapsTo (#679)
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"sqlite",
1313
"mongodb"
1414
],
15-
"version" : "2.1.28",
15+
"version" : "2.1.29",
1616
"license" : "MIT",
1717
"homepage" : "http://dresende.github.io/node-orm2",
1818
"repository" : "http://github.com/dresende/node-orm2.git",

0 commit comments

Comments
 (0)