Skip to content

Commit b7312f4

Browse files
chore(release): 1.22.3 [skip ci]
## [1.22.3](v1.22.2...v1.22.3) (2025-04-30) ### Bug Fixes * added css-loader ([a1a89c4](a1a89c4)) * update query attributes ([b637439](b637439)) * updated cocreate modules versions ([a6ab726](a6ab726)) * webpack.config and devdependencies ([acaf88c](acaf88c))
1 parent a1a89c4 commit b7312f4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.22.3](https://github.com/CoCreate-app/CoCreate-api/compare/v1.22.2...v1.22.3) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([a1a89c4](https://github.com/CoCreate-app/CoCreate-api/commit/a1a89c4d610fd0ec1930b54d9a5904ef95a0ed77))
7+
* update query attributes ([b637439](https://github.com/CoCreate-app/CoCreate-api/commit/b6374395011d48441aeb0efead620737c48703de))
8+
* updated cocreate modules versions ([a6ab726](https://github.com/CoCreate-app/CoCreate-api/commit/a6ab72610d5bdb089c295630944dabf02e303e1b))
9+
* webpack.config and devdependencies ([acaf88c](https://github.com/CoCreate-app/CoCreate-api/commit/acaf88ce9d39d6aae2e4c65d7d6ccf312a5f4ca7))
10+
111
## [1.22.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.22.1...v1.22.2) (2025-04-11)
212

313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.22.2",
3+
"version": "1.22.3",
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",

0 commit comments

Comments
 (0)