Skip to content

Commit

Permalink
chore(release): 1.15.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.15.9](v1.15.8...v1.15.9) (2023-10-25)

### Bug Fixes

* bump dependencies ([fb20579](fb20579))
  • Loading branch information
semantic-release-bot committed Oct 25, 2023
1 parent fb20579 commit 5afc300
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.15.9](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.8...v1.15.9) (2023-10-25)


### Bug Fixes

* bump dependencies ([fb20579](https://github.com/CoCreate-app/CoCreate-api/commit/fb20579a40f0637d8d695854603304ca4f50eec8))

## [1.15.8](https://github.com/CoCreate-app/CoCreate-api/compare/v1.15.7...v1.15.8) (2023-10-22)


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.8",
"version": "1.15.9",
"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.2",
"@cocreate/utils": "^1.26.1"
}
}
}

0 comments on commit 5afc300

Please sign in to comment.