Skip to content

Commit

Permalink
release 3.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 6, 2015
1 parent 484335a commit 1c9a59a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.8.23 / 2014-02-06
===================
* fixed; unset opts.remove when upsert is true #2519
* fixed; array saved as object when path is object in array #2442
* fixed; inline transforms #2440
* fixed; check for callback in count() #2204
* fixed; documentation for selecting fields #1534

3.8.22 / 2014-01-24
===================
* upgraded; node-mongodb-native to 1.4.28 #2587 [Climax777](https://github.com/Climax777)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.8.23-pre"
, "version": "3.8.23"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
Expand Down

0 comments on commit 1c9a59a

Please sign in to comment.