Skip to content

Commit 74c9a22

Browse files
committed
release 3.8.19
1 parent eb027e2 commit 74c9a22

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,3 +1,10 @@
1+
3.8.19 / 2014-11-09
2+
===================
3+
* fixed; make sure to not override subdoc _ids on find #2276 [alabid](https://github.com/alabid)
4+
* fixed; exception when comparing two documents when one lacks _id #2333 [slawo](https://github.com/slawo)
5+
* fixed; getters for properties with non-strict schemas #2439 [alabid](https://github.com/alabid)
6+
* fixed; inconsistent URI format in docs #2414 [sr527](https://github.com/sr527)
7+
18
3.8.18 / 2014-10-22
29
==================
310
* fixed; Dont use all toObject options in save #2340 [chetverikov](https://github.com/chetverikov)

package.json

+1-1
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.18-pre"
4+
, "version": "3.8.19"
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)