diff --git a/README.md b/README.md index 23fd85c..400e98b 100755 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ Refer to [my website](http://www.dbarnes.info/node-couchdb-api/) for documentati ## Changelog +**1.2.2** + * Fixing issues #17, #12 and #11 + **1.2.0** - Complete documentation rewrite (now generated automatically via source code comments with [dox](https://github.com/visionmedia/dox)) - Simplified the JSHint config by putting it into a single file at the root diff --git a/package.json b/package.json index dd21ea2..c24d1b2 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "couchdb-api", "description": "An async wrapper for the CouchDB HTTP API, following Node.js conventions", "keywords": [ "couchdb", "async", "nosql", "api", "http", "couch", "rest" ], - "version": "1.2.1", + "version": "1.2.2", "main": "index", "homepage": "http://dominicbarnes.us/node-couchdb-api", "repository": {