Skip to content

Commit 92d5387

Browse files
chore(release): 1.3.46 [skip ci]
## [1.3.46](v1.3.45...v1.3.46) (2023-01-05) ### Bug Fixes * bump cdn to 1.39.4 ([8efd75a](8efd75a)) * bump dependencies ([4e7b4b2](4e7b4b2))
1 parent 4e7b4b2 commit 92d5387

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.3.46](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.45...v1.3.46) (2023-01-05)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cdn to 1.39.4 ([8efd75a](https://github.com/CoCreate-app/CoCreate-twilio/commit/8efd75a8640bd67b054a01b17a0013fe71243b15))
7+
* bump dependencies ([4e7b4b2](https://github.com/CoCreate-app/CoCreate-twilio/commit/4e7b4b213ea37ca73dcb98aeb958005f96757853))
8+
19
## [1.3.45](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.44...v1.3.45) (2023-01-01)
210

311

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.45",
3+
"version": "1.3.46",
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)