Skip to content

Commit a5b9636

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([a1855e3](a1855e3)) * update nav, edit button and css path ([fee8c7a](fee8c7a)) ### Features * upgrade dependencies for latest features and fixes ([4986db3](4986db3))
1 parent 4986db3 commit a5b9636

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.10.0...v1.11.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([a1855e3](https://github.com/CoCreate-app/CoCreate-twilio/commit/a1855e30c0b6b7d472d26fce91e0da7eeb6e1db6))
7+
* update nav, edit button and css path ([fee8c7a](https://github.com/CoCreate-app/CoCreate-twilio/commit/fee8c7a8e454d07399ff71cf05f1aafa16304e06))
8+
9+
10+
### Features
11+
12+
* upgrade dependencies for latest features and fixes ([4986db3](https://github.com/CoCreate-app/CoCreate-twilio/commit/4986db3502ae5a5e00d3a8e093ac2d107a386a00))
13+
114
# [1.10.0](https://github.com/CoCreate-app/CoCreate-twilio/compare/v1.9.8...v1.10.0) (2023-11-19)
215

316

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.10.0",
3+
"version": "1.11.0",
44
"description": "A simple twilio component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"twilio",
@@ -65,4 +65,4 @@
6565
"twilio-client-mirror": "0.0.2",
6666
"util": "^0.12.3"
6767
}
68-
}
68+
}

0 commit comments

Comments
 (0)