Skip to content

Commit

Permalink
release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 23, 2012
1 parent 5f81ab0 commit 19f9ca9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

3.0.3 / 2012-08-23
==================

* fixed use of nested paths beginning w/ numbers #1062
* fixed query population edge case #1053 #1055 [jfremy](https://github.com/jfremy)
* fixed simultaneous top and sub level array modifications #1073
* added id and _id schema option aliases + tests
* improve debug formatting to allow copy/paste logged queries into mongo shell [eknkc](https://github.com/eknkc)
* docs

3.0.2 / 2012-08-17
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.0.2"
, "version": "3.0.3"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql"]
, "dependencies": {
Expand Down

0 comments on commit 19f9ca9

Please sign in to comment.