Skip to content

Commit 4b379ee

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2021-08-02) ### Bug Fixes * remove data- from attributes ([d041a66](d041a66)) * update data-fullscreen to fullscreen ([146108f](146108f))
1 parent d041a66 commit 4b379ee

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.1.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.1...v1.1.2) (2021-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* remove data- from attributes ([d041a66](https://github.com/CoCreate-app/CoCreate-api/commit/d041a6663a81757ed26f3da0c3ec6eabc3770500))
7+
* update data-fullscreen to fullscreen ([146108f](https://github.com/CoCreate-app/CoCreate-api/commit/146108f1eb7f3d139ab27b0cb544580929cedef6))
8+
19
## [1.1.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.0...v1.1.1) (2021-07-28)
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.1.1",
3+
"version": "1.1.2",
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)