Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-l committed Jun 27, 2016
1 parent ad13968 commit 739cf49
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.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)
* 0.1.6
- Fix on `instance_start_time` (Credits to @Dainis)
- Fix issue when calling `addDB` multiple times. (Credits to @Troy Cochran)
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.6",
"version": "0.1.7",
"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 739cf49

Please sign in to comment.