Skip to content

Commit

Permalink
chore(release): 1.15.10 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent 2282be8 commit d1fa53a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.15.10](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.9...v1.15.10) (2023-11-03)


### Bug Fixes

* favicon.ico path ([dfdeee5](https://github.com/CoCreate-app/CoCreate-api/commit/dfdeee51fe79a7ebcb0a7731da4f11c5ddcfa088))
* removed apikey.js ([cd25fd4](https://github.com/CoCreate-app/CoCreate-api/commit/cd25fd4255878abdae1ec228d76dd55a8c201e19))
* update dependencies to the lates versions ([2282be8](https://github.com/CoCreate-app/CoCreate-api/commit/2282be8c474fd185676cea83e702642e5eeef4a5))
* update method to use object.update etc ([b9b7709](https://github.com/CoCreate-app/CoCreate-api/commit/b9b7709015256a22eedb154ed49b48f7a0b3b716))

## [1.15.9](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.8...v1.15.9) (2023-10-25)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/api",
"version": "1.15.9",
"version": "1.15.10",
"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. ",
"keywords": [
"thirdparty-api-intergration",
Expand Down Expand Up @@ -66,4 +66,4 @@
"@cocreate/socket-client": "^1.32.3",
"@cocreate/utils": "^1.26.2"
}
}
}

0 comments on commit d1fa53a

Please sign in to comment.