Skip to content

Commit 7ceb120

Browse files
committed
2.1.2
1 parent f600366 commit 7ceb120

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### v2.2.0 - (to do, in future)
22
- Fixes error code spelling: `PARAM_MISSMATCH` -> `PARAM_MISMATCH`
33

4+
### v2.1.2 - 16 Sep 2013
5+
6+
- Fixes stack overflow on instance.save() with a reversed hasOne association (#338)
7+
- Reverts should dev dependency to 1.2.2 (newer version was causing problems)
8+
- When using postgres you can now use [email protected] (unless when connecting to Heroku - use 2.5.0)
9+
410
### v2.1.1 - 13 Sep 2013
511

612
- Add TypeScript interface

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.1",
15+
"version" : "2.1.2",
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)