Skip to content

Commit 4da491f

Browse files
committed
release 3.6.13
1 parent a7ef3b6 commit 4da491f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
3.6.13 / 2013-06-27
3+
===================
4+
5+
* fixed; calling model.distinct without conditions #1541
6+
* fixed; regression in Query#count() #1542
7+
* now working on 3.6.13
8+
29
3.6.12 / 2013-06-25
310
===================
411

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose"
33
, "description": "Elegant MongoDB object modeling for Node.js"
4-
, "version": "3.6.13-pre"
4+
, "version": "3.6.13"
55
, "author": "Guillermo Rauch <[email protected]>"
66
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
77
, "dependencies": {

0 commit comments

Comments
 (0)