From f6d50b9269031b0bc88b931127614e26767f854d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 8 May 2021 21:18:34 +0000 Subject: [PATCH] chore(release): 1.0.11 [skip ci] ## [1.0.11](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.10...v1.0.11) (2021-05-08) ### Bug Fixes * add css auto parse and save to docs. ([2154b83](https://github.com/CoCreate-app/CoCreate-api/commit/2154b832ba28b611147ddc79f966430866679400)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a80725..d4f9923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.11](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.10...v1.0.11) (2021-05-08) + + +### Bug Fixes + +* add css auto parse and save to docs. ([2154b83](https://github.com/CoCreate-app/CoCreate-api/commit/2154b832ba28b611147ddc79f966430866679400)) + ## [1.0.10](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.9...v1.0.10) (2021-04-27) diff --git a/package.json b/package.json index 585a2c0..822e45c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.10", + "version": "1.0.11", "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",