Skip to content

Commit

Permalink
release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 11, 2012
1 parent 7835638 commit 07e266c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

3.0.1 / 2012-08-11
==================

* fixed; throw Error on bad validators (1044)
* fixed; typo in EmbeddedDocument#parentArray [lackac]
* fixed; repair mongoose.SchemaTypes alias
* updated; docs

3.0.0 / 2012-08-07
==================

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

0 comments on commit 07e266c

Please sign in to comment.