Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Aug 2, 2021
1 parent d041a66 commit 4b379ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.1...v1.1.2) (2021-08-02)


### Bug Fixes

* remove data- from attributes ([d041a66](https://github.com/CoCreate-app/CoCreate-api/commit/d041a6663a81757ed26f3da0c3ec6eabc3770500))
* update data-fullscreen to fullscreen ([146108f](https://github.com/CoCreate-app/CoCreate-api/commit/146108f1eb7f3d139ab27b0cb544580929cedef6))

## [1.1.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.0...v1.1.1) (2021-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/api",
"version": "1.1.1",
"version": "1.1.2",
"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. ",
"keywords": [
"thirdparty-api-intergration",
Expand Down

0 comments on commit 4b379ee

Please sign in to comment.