Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 28, 2015
1 parent f4dc15d commit 50792fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

0.9.2 / 2015-02-28
==================

* mongoskin: bump to 1.4.11
* Inserting an array returns an array
* Cast oids inside of $nor queries
* Cast object ids inside of $or and $and queries
* Cast object ids inside of $not queries
* Added a missing test for updateById
* Added removeById
* Use `setImmediate` on node 0.10.x

0.9.1 / 2014-11-15
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monk",
"version": "0.9.1",
"version": "1.0.0",
"main": "lib/monk.js",
"tags": [
"mongodb",
Expand Down

0 comments on commit 50792fb

Please sign in to comment.