Skip to content

Commit 1c9a59a

Browse files
committed
release 3.8.23
1 parent 484335a commit 1c9a59a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
3.8.23 / 2014-02-06
2+
===================
3+
* fixed; unset opts.remove when upsert is true #2519
4+
* fixed; array saved as object when path is object in array #2442
5+
* fixed; inline transforms #2440
6+
* fixed; check for callback in count() #2204
7+
* fixed; documentation for selecting fields #1534
8+
19
3.8.22 / 2014-01-24
210
===================
311
* upgraded; node-mongodb-native to 1.4.28 #2587 [Climax777](https://github.com/Climax777)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose"
33
, "description": "Mongoose MongoDB ODM"
4-
, "version": "3.8.23-pre"
4+
, "version": "3.8.23"
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)