Skip to content

Commit ba0861e

Browse files
chore(release): 1.12.1 [skip ci]
## [1.12.1](v1.12.0...v1.12.1) (2023-08-21) ### Bug Fixes * /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([cb75597](cb75597)) * replace cdn with /dist ([46a8e56](46a8e56)) * update file uploader ([b98cabf](b98cabf))
1 parent cb75597 commit ba0861e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.12.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.12.0...v1.12.1) (2023-08-21)
2+
3+
4+
### Bug Fixes
5+
6+
* /dist/CoCreate.js updated to https://CoCreate.app/dist/CoCreate.js ([cb75597](https://github.com/CoCreate-app/CoCreate-api/commit/cb75597e3b76806e9173daffe6143d212b10bcb8))
7+
* replace cdn with /dist ([46a8e56](https://github.com/CoCreate-app/CoCreate-api/commit/46a8e564a7287b404f89263196d9622eea21eb0f))
8+
* update file uploader ([b98cabf](https://github.com/CoCreate-app/CoCreate-api/commit/b98cabfbd0c5e076f33920b50889af9a04299769))
9+
110
# [1.12.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.11.0...v1.12.0) (2023-08-17)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
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",

0 commit comments

Comments
 (0)