Skip to content

Commit 83b95d4

Browse files
chore(release): 1.3.54 [skip ci]
## [1.3.54](v1.3.53...v1.3.54) (2023-01-30) ### Bug Fixes * bump dependencies ([7e63c05](7e63c05))
1 parent 7e63c05 commit 83b95d4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.54](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.53...v1.3.54) (2023-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([7e63c05](https://github.com/CoCreate-app/CoCreate-twilio/commit/7e63c05ab53e8cd9db2f8973dae2bb6ffb116e82))
7+
18
## [1.3.53](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.52...v1.3.53) (2023-01-29)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/twilio",
3-
"version": "1.3.53",
3+
"version": "1.3.54",
44
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"twilio",
@@ -20,7 +20,9 @@
2020
"html5-framework",
2121
"javascript-framework"
2222
],
23-
"publishConfig": { "access": "public" },
23+
"publishConfig": {
24+
"access": "public"
25+
},
2426
"scripts": {
2527
"start": "NODE_ENV=debug npx webpack --config webpack.config.js",
2628
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -33,7 +35,9 @@
3335
},
3436
"author": "CoCreate LLC",
3537
"license": "MIT",
36-
"bugs": { "url": "https://github.com/CoCreate-app/CoCreate-twilio/issues" },
38+
"bugs": {
39+
"url": "https://github.com/CoCreate-app/CoCreate-twilio/issues"
40+
},
3741
"homepage": "https://cocreate.app/docs/twilio",
3842
"funding": {
3943
"type": "GitHub Sponsors ❤",

0 commit comments

Comments
 (0)