Skip to content

Commit 3e71a27

Browse files
chore(release): 1.5.10 [skip ci]
## [1.5.10](v1.5.9...v1.5.10) (2023-05-19) ### Bug Fixes * apikey renamed to key ([dbee688](dbee688)) * update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([c81c30c](c81c30c))
1 parent c81c30c commit 3e71a27

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.10](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.5.9...v1.5.10) (2023-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* apikey renamed to key ([dbee688](https://github.com/CoCreate-app/CoCreate-twilio/commit/dbee68840b7a23002ebd3bd6080250df1690d233))
7+
* update packages to latest version. This commit updates various packages in the dependencies section of the package.json file to their latest published versions, thereby fixing multiple bugs and improving overall performance. ([c81c30c](https://github.com/CoCreate-app/CoCreate-twilio/commit/c81c30cb67032b00b086ac869fd745def21ce953))
8+
19
## [1.5.9](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.5.8...v1.5.9) (2023-05-06)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/twilio",
3-
"version": "1.5.9",
3+
"version": "1.5.10",
44
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"twilio",
@@ -66,4 +66,4 @@
6666
"twilio-client-mirror": "0.0.2",
6767
"util": "^0.12.3"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)