Skip to content

Commit

Permalink
chore(release): 1.22.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.22.1](v1.22.0...v1.22.1) (2025-01-18)

### Bug Fixes

* Call the function and assign its return value ([5102f60](5102f60))
* moved data in to object ([168bb0a](168bb0a))
  • Loading branch information
semantic-release-bot committed Jan 18, 2025
1 parent 168bb0a commit 5bc1076
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.22.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.22.0...v1.22.1) (2025-01-18)


### Bug Fixes

* Call the function and assign its return value ([5102f60](https://github.com/CoCreate-app/CoCreate-api/commit/5102f60e13b07f4bcb6d84be18ae629489656cc7))
* moved data in to object ([168bb0a](https://github.com/CoCreate-app/CoCreate-api/commit/168bb0a5694dec3feb5d14b67e4ff911cfd88c9c))

# [1.22.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.21.3...v1.22.0) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/api",
"version": "1.22.0",
"version": "1.22.1",
"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

0 comments on commit 5bc1076

Please sign in to comment.