Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-l committed Jul 1, 2016
1 parent 0d90034 commit 49307cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ npm install --save-dev mock-couch

## Changelog

* 0.1.8
- Fix: `_all_docs` must return `{ key : thekey, error : "not_found" }` for each missing key
- Fix: `_bulk_docs` didn't converted the functions of the passed design docs.
* 0.1.7
- Fix: Do not preserve preserve any properties of the old document when updating (Credits to @reederz)
- New feature: Now is possible to PUT/POST design documents (Credits to @dermidgen)
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": "mock-couch",
"version": "0.1.7",
"version": "0.1.8",
"description": "An http server pretending to be couchdb, for unit testing.",
"homepage": "http://chris-l.github.io/mock-couch/",
"main": "index.js",
Expand Down

0 comments on commit 49307cc

Please sign in to comment.