Skip to content

Commit d1fa53a

Browse files
chore(release): 1.15.10 [skip ci]
## [1.15.10](v1.15.9...v1.15.10) (2023-11-03) ### Bug Fixes * favicon.ico path ([dfdeee5](dfdeee5)) * removed apikey.js ([cd25fd4](cd25fd4)) * update dependencies to the lates versions ([2282be8](2282be8)) * update method to use object.update etc ([b9b7709](b9b7709))
1 parent 2282be8 commit d1fa53a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.15.10](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.9...v1.15.10) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([dfdeee5](https://github.com/CoCreate-app/CoCreate-api/commit/dfdeee51fe79a7ebcb0a7731da4f11c5ddcfa088))
7+
* removed apikey.js ([cd25fd4](https://github.com/CoCreate-app/CoCreate-api/commit/cd25fd4255878abdae1ec228d76dd55a8c201e19))
8+
* update dependencies to the lates versions ([2282be8](https://github.com/CoCreate-app/CoCreate-api/commit/2282be8c474fd185676cea83e702642e5eeef4a5))
9+
* update method to use object.update etc ([b9b7709](https://github.com/CoCreate-app/CoCreate-api/commit/b9b7709015256a22eedb154ed49b48f7a0b3b716))
10+
111
## [1.15.9](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.8...v1.15.9) (2023-10-25)
212

313

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.15.9",
3+
"version": "1.15.10",
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.32.3",
6767
"@cocreate/utils": "^1.26.2"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)