Skip to content

Commit 93472e5

Browse files
chore(release): 1.21.1 [skip ci]
## [1.21.1](v1.21.0...v1.21.1) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([d28d4c4](d28d4c4)) * svg icon class ([c5e8b85](c5e8b85))
1 parent d28d4c4 commit 93472e5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.21.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.0...v1.21.1) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([d28d4c4](https://github.com/CoCreate-app/CoCreate-api/commit/d28d4c476d2eb31e4a624240b367146c189a31f3))
7+
* svg icon class ([c5e8b85](https://github.com/CoCreate-app/CoCreate-api/commit/c5e8b85010d475b59b37efdf4ed83c2dd9166f48))
8+
19
# [1.21.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.20.6...v1.21.0) (2024-05-19)
210

311

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.21.0",
3+
"version": "1.21.1",
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",
@@ -66,4 +66,4 @@
6666
"@cocreate/socket-client": "^1.39.1",
6767
"@cocreate/utils": "^1.33.7"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)