Skip to content

Commit

Permalink
v1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Oct 16, 2020
1 parent ce2b0ac commit e8de1cb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

#### v1.10.2 (2020-10-16)

##### Bug Fixes

- **resources:** Add Phone Numbers Retrieve Method

#### v1.10.1 (2020-09-24)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/webhook-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"body-parser": "^1.17.1",
"express": "^4.15.2",
"morgan": "^1.8.1",
"telnyx": "^1.10.1"
"telnyx": "^1.10.2"
}
}
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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,6 +1,6 @@
{
"name": "telnyx",
"version": "1.10.1",
"version": "1.10.2",
"description": "Telnyx API Node SDK",
"keywords": [
"telnyx",
Expand Down

0 comments on commit e8de1cb

Please sign in to comment.