Skip to content

Commit e6a0010

Browse files
chore(release): 1.0.23 [skip ci]
## [1.0.23](v1.0.22...v1.0.23) (2021-07-13) ### Bug Fixes * add yarn lockfile to git ignore ([471e710](471e710)) * remove yarn.lock ([3f79d6d](3f79d6d))
1 parent 471e710 commit e6a0010

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.23](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.22...v1.0.23) (2021-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* add yarn lockfile to git ignore ([471e710](https://github.com/CoCreate-app/CoCreate-api/commit/471e710bb75564618ff6e2263eee51dc411734fb))
7+
* remove yarn.lock ([3f79d6d](https://github.com/CoCreate-app/CoCreate-api/commit/3f79d6da508bec1dac60005a7f653ba2e0376f64))
8+
19
## [1.0.22](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.21...v1.0.22) (2021-07-10)
210

311

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.0.22",
3+
"version": "1.0.23",
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 data-attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",

0 commit comments

Comments
 (0)