Skip to content

Commit

Permalink
update package & notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLakatos committed Jan 17, 2020
1 parent f005aee commit d158604
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 2.60
- ADDED: Change host via the config object, using `apiHost` & `restHost`

## 2.5.3
- FIXED: URI Encode Signed SMS Message

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ Options are:
warn: function() {args...}
},
// Set a custom timeout for requests to Nexmo in milliseconds. Defaults to the standard for Node http requests, which is 120,000 ms.
timeout: integer
timeout: integer,
// Set a custom host for requests instead of api.nexmo.com
apiHost: string,
// Set a custom host for requests instead of rest.nexmo.com
restHost: string
}
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nexmo",
"author": "nexmo",
"version": "2.5.3",
"version": "2.6.0",
"main": "lib/Nexmo",
"types": "./typings/index.d.ts",
"keywords": [
Expand Down

0 comments on commit d158604

Please sign in to comment.