Skip to content

Commit 1633172

Browse files
chore(release): 1.10.30 [skip ci]
## [1.10.30](v1.10.29...v1.10.30) (2023-06-11) ### Bug Fixes * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([4466ae3](4466ae3))
1 parent 4466ae3 commit 1633172

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.10.30](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.29...v1.10.30) (2023-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([4466ae3](https://github.com/CoCreate-app/CoCreate-api/commit/4466ae3961216de5fbe5407099d80fa1c9fc338f))
7+
18
## [1.10.29](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.28...v1.10.29) (2023-06-11)
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.10.29",
3+
"version": "1.10.30",
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",
@@ -67,4 +67,4 @@
6767
"@cocreate/socket-client": "^1.23.24",
6868
"@cocreate/utils": "^1.21.14"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)