Skip to content

Commit 5848047

Browse files
chore(release): 1.13.3 [skip ci]
## [1.13.3](v1.13.2...v1.13.3) (2023-09-18) ### Bug Fixes * Add path and pathname ([a8553eb](a8553eb)) * Update dCoCreate dpendencies to latest versions ([04cfc21](04cfc21))
1 parent 04cfc21 commit 5848047

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.13.3](https://github.com/CoCreate-app/CoCreate-api/compare/v1.13.2...v1.13.3) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([a8553eb](https://github.com/CoCreate-app/CoCreate-api/commit/a8553eb4a98ba13d02b5daadc2c5da5ce5db4b5b))
7+
* Update dCoCreate dpendencies to latest versions ([04cfc21](https://github.com/CoCreate-app/CoCreate-api/commit/04cfc21c2b037b293bcbf614cb40386291f88ae6))
8+
19
## [1.13.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.13.1...v1.13.2) (2023-09-17)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
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",
@@ -66,4 +66,4 @@
6666
"@cocreate/socket-client": "^1.26.2",
6767
"@cocreate/utils": "^1.24.1"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)