Skip to content

Commit adb4776

Browse files
chore(release): 1.22.4 [skip ci]
## [1.22.4](v1.22.3...v1.22.4) (2025-05-01) ### Bug Fixes * update [@cocreate](https://github.com/cocreate) dependencies ([e2a9d06](e2a9d06))
1 parent e2a9d06 commit adb4776

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.22.4](https://github.com/CoCreate-app/CoCreate-api/compare/v1.22.3...v1.22.4) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update [@cocreate](https://github.com/cocreate) dependencies ([e2a9d06](https://github.com/CoCreate-app/CoCreate-api/commit/e2a9d0684c50073d76823052062aae8375e70433))
7+
18
## [1.22.3](https://github.com/CoCreate-app/CoCreate-api/compare/v1.22.2...v1.22.3) (2025-04-30)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",
@@ -62,4 +62,4 @@
6262
"@cocreate/socket-client": "^1.40.2",
6363
"@cocreate/utils": "^1.39.0"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)