Skip to content

Commit

Permalink
Release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 8, 2012
1 parent 02aad89 commit 9dde73b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.1.7 / 2012-05-08
==================

* Added global and collection-level options.
* Enabled safe mode by default.
* Improved error handling in tests.
* Fixed `update` callback with safe: false.

0.1.6 / 2012-05-06
==================

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@ TESTS = test/*.js
REPORTER = dot

test:
@./node_modules/.bin/mocha \
@DEBUG=$DEBUG,monk,monk:queries ./node_modules/.bin/mocha \
--require test/common.js \
--reporter $(REPORTER) \
--growl \
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "monk"
, "version": "0.1.6"
, "version": "0.1.7"
, "main": "lib/monk.js"
, "dependencies": {
"mongoskin": "0.3.x"
Expand Down

0 comments on commit 9dde73b

Please sign in to comment.