Skip to content

Commit e90c265

Browse files
chore(release): 1.10.14 [skip ci]
## [1.10.14](v1.10.13...v1.10.14) (2023-06-04) ### Bug Fixes * **semantic-release:** worklow error solved by running node version 14 ([005dd4a](005dd4a))
1 parent 005dd4a commit e90c265

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.10.14](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.13...v1.10.14) (2023-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **semantic-release:** worklow error solved by running node version 14 ([005dd4a](https://github.com/CoCreate-app/CoCreate-api/commit/005dd4a395c3e0b3a04154b24fa1d0fc656c7ac2))
7+
18
## [1.10.13](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.12...v1.10.13) (2023-05-21)
29

310

@@ -1427,4 +1434,4 @@
14271434

14281435
* Initial Release ([0e05084](https://github.com/CoCreate-app/CoCreate-api/commit/0e050848b277b0664caf135d757ecd804c94cb88))
14291436

1430-
# CHANGELOG
1437+
# CHANGELOG

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.10.13",
3+
"version": "1.10.14",
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",
@@ -69,4 +69,4 @@
6969
"@cocreate/socket-client": "^1.23.6",
7070
"@cocreate/utils": "^1.20.10"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)