Skip to content

Commit

Permalink
chore(release): 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.0...v1.18.0) (2023-11-25)

### Bug Fixes

* update licensing details ([7ba9214](7ba9214))

### Features

* upgrade dependencies for latest features and fixes ([22a8e3a](22a8e3a))
  • Loading branch information
semantic-release-bot committed Nov 25, 2023
1 parent 22a8e3a commit 0f75c5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.18.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.17.0...v1.18.0) (2023-11-25)


### Bug Fixes

* update licensing details ([7ba9214](https://github.com/CoCreate-app/CoCreate-api/commit/7ba9214f494a5ae71e056853edb6bb730e6d666d))


### Features

* upgrade dependencies for latest features and fixes ([22a8e3a](https://github.com/CoCreate-app/CoCreate-api/commit/22a8e3ae85d8f73d203978ca9a3529e6d7babc94))

# [1.17.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.16.0...v1.17.0) (2023-11-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.17.0",
"version": "1.18.0",
"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.35.0",
"@cocreate/utils": "^1.29.0"
}
}
}

0 comments on commit 0f75c5d

Please sign in to comment.