Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #161 from glynnbird/prelease
Browse files Browse the repository at this point in the history
1.6.0
  • Loading branch information
glynnbird authored Nov 8, 2016
2 parents 2b41f40 + 0e7578d commit c1fccba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ branches:
- rewrite
node_js:
- "0.12"
- "iojs"
- "4.2"
- "5"
- "node"
services:
- docker
os:
- linux
before_script:
- ./scripts/run_couchdb_on_travis.sh
before_install:
- npm update -g npm
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ Whenever the Cloudant library wishes to make an outgoing HTTP request, it will c

Cloudant is a wrapper around the Nano library and as such, Nano's documentation should be consulted for:

- [Database functions](https://github.com/apache/couchdb-nano#database-functions)
- [Document functions](https://github.com/apache/couchdb-nano#document-functions)
- [Multipart functions](https://github.com/apache/couchdb-nano#multipart-functions)
- [Attachment functions](https://github.com/apache/couchdb-nano#attachments-functions)
- [View and Design functions](https://github.com/apache/couchdb-nano#views-and-design-functions)
- [Database functions](https://github.com/cloudant-labs/cloudant-nano#database-functions)
- [Document functions](https://github.com/cloudant-labs/cloudant-nano#document-functions)
- [Multipart functions](https://github.com/cloudant-labs/cloudant-nano#multipart-functions)
- [Attachment functions](https://github.com/cloudant-labs/cloudant-nano#attachments-functions)
- [View and Design functions](https://github.com/cloudant-labs/cloudant-nano#views-and-design-functions)

This library adds documentation for the following:

Expand Down Expand Up @@ -965,7 +965,7 @@ If you run this example, you will see:

## License

Copyright (c) 2015 IBM Cloudant, Inc. All rights reserved.
Copyright (c) 2016 IBM Cloudant, Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of the License at
Expand All @@ -990,7 +990,7 @@ and limitations under the License.
* [Issues](https://github.com/cloudant/nodejs-cloudant/issues)
* [Follow library](https://github.com/iriscouch/follow)

[Nano Library]: https://github.com/apache/couchdb-nano
[Nano Library]: https://github.com/cloudant-labs/cloudant-nano
[Cloudant Documentation]: https://docs.cloudant.com/
[Cloudant Query]: https://docs.cloudant.com/cloudant_query.html
[Cloudant Search]: https://docs.cloudant.com/search.html
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "Apache-2.0",
"homepage": "http://github.com/cloudant/nodejs-cloudant",
"repository": "git://github.com/cloudant/nodejs-cloudant",
"version": "1.5.2",
"author": "Jason Smith <jason@cloudant.com>",
"version": "1.6.0",
"author": "Jason Smith <[email protected].com>",
"contributors": [
"Glynn Bird <[email protected]>"
],
Expand Down

0 comments on commit c1fccba

Please sign in to comment.