Skip to content

Commit c38cdca

Browse files
chore(release): 1.22.2 [skip ci]
## [1.22.2](v1.22.1...v1.22.2) (2024-04-27) ### Bug Fixes * try catch block for script insert ([eff2887](eff2887))
1 parent eff2887 commit c38cdca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.22.2](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.22.1...v1.22.2) (2024-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* try catch block for script insert ([eff2887](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/eff2887588e5a89ac4cb384cc17242ae29ad2363))
7+
18
## [1.22.1](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.22.0...v1.22.1) (2024-03-18)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"element-prototype",

0 commit comments

Comments
 (0)