Skip to content

Commit

Permalink
Bump sql-query version
Browse files Browse the repository at this point in the history
  • Loading branch information
dxg committed Mar 22, 2015
1 parent f501d2d commit 5f3004b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.1.24
- Bump dependencies; Allow left/right joins in underlying db.driver.query

### v2.1.23
- Green tests on io.js & node 0.12 (#618)
- Don't crash on null dates if timezone is set (#618)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"sqlite",
"mongodb"
],
"version" : "2.1.23",
"version" : "2.1.24",
"license" : "MIT",
"homepage" : "http://dresende.github.io/node-orm2",
"repository" : "http://github.com/dresende/node-orm2.git",
Expand All @@ -36,9 +36,9 @@
},
"analyse" : false,
"dependencies": {
"enforce" : "0.1.5",
"sql-query" : "0.1.24",
"sql-ddl-sync" : "git+https://github.com/dresende/node-sql-ddl-sync.git#v0.3.10",
"enforce" : "0.1.6",
"sql-query" : "0.1.25",
"sql-ddl-sync" : "0.3.11",
"hat" : "0.0.3",
"lodash" : "2.4.1"
},
Expand Down

0 comments on commit 5f3004b

Please sign in to comment.