Skip to content

Commit 23ac71f

Browse files
authored
Merge pull request #15 from Bandwidth/1.3.0-release
1.3.0 release
2 parents 9698a2d + 0fcfc5e commit 23ac71f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ This SDK stable for node versions 7 and above
2121
| 1.2.0 | Added CSR lookup functionality |
2222
| 1.2.1 | Fixed Subscription List functionality. Example code at: [examples/subscription_list_and_delete](examples/subscription_list_and_delete.js) |
2323
| 1.2.2 | Readme Typo for `RemoveImportedTnOrder` |
24+
| 1.3.0 | Added Emergency Calling Notification endpoints |
2425

2526

2627
## Install
@@ -1115,4 +1116,4 @@ try {
11151116
catch (e) {
11161117
console.log(e);
11171118
}
1118-
```
1119+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bandwidth/numbers",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "NodeJs Client library for Bandwidth Numbers API",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)