Skip to content

Commit e49efe2

Browse files
chore(release): 1.3.38 [skip ci]
## [1.3.38](v1.3.37...v1.3.38) (2022-12-22) ### Bug Fixes * bump dependencies ([b902aaf](b902aaf))
1 parent b902aaf commit e49efe2

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.38](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.37...v1.3.38) (2022-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([b902aaf](https://github.com/CoCreate-app/CoCreate-twilio/commit/b902aafcecb0c2f2953c8e48ebee7a4441b0db9a))
7+
18
## [1.3.37](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.3.36...v1.3.37) (2022-12-22)
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.37",
3+
"version": "1.3.38",
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)