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

Commit a6f226f

Browse files
committed
Prepare for 1.8.0 release
1 parent dea83ee commit a6f226f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# UNRELEASED
2+
3+
# 1.8.0 (2017-05-23)
4+
- [UPGRADED] Using cloudant-nano==6.5.0 dependancy.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
"description": "Cloudant Node.js client",
44
"license": "Apache-2.0",
55
"homepage": "http://github.com/cloudant/nodejs-cloudant",
6-
"repository": "git://github.com/cloudant/nodejs-cloudant",
7-
"version": "1.7.1",
8-
"author": "Jason Smith <[email protected]>",
6+
"repository": {
7+
"type": "git",
8+
"url": "[email protected]:cloudant/nodejs-cloudant.git"
9+
},
10+
"version": "1.8.0",
11+
"author": {
12+
"name": "IBM Cloudant",
13+
"email": "[email protected]"
14+
},
915
"contributors": [
1016
"Glynn Bird <[email protected]>"
1117
],

0 commit comments

Comments
 (0)