Skip to content

Commit ce152b7

Browse files
committed
Bump version
1 parent 231797a commit ce152b7

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.25
2+
- Fix `pool` and `debug` query options boolean check (#638)
3+
- Add `hasOne(field: 'userId', mapsTo: 'user_id')` option (#638)
4+
15
### v2.1.24
26
- Bump dependencies; Allow left/right joins in underlying db.driver.query
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.24",
15+
"version" : "2.1.25",
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)