From 3480338486e2354738c5676c879a910f84118f24 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 12 Sep 2021 04:41:58 +0000 Subject: [PATCH] chore(release): 1.1.15 [skip ci] ## [1.1.15](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.14...v1.1.15) (2021-09-12) ### Bug Fixes * update sidenav to use resize and toggle ([cb62247](https://github.com/CoCreate-app/CoCreate-api/commit/cb62247346a111726ae617ab4c24adfbc11b4337)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff82f3e..da55b4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.15](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.14...v1.1.15) (2021-09-12) + + +### Bug Fixes + +* update sidenav to use resize and toggle ([cb62247](https://github.com/CoCreate-app/CoCreate-api/commit/cb62247346a111726ae617ab4c24adfbc11b4337)) + ## [1.1.14](https://github.com/CoCreate-app/CoCreate-api/compare/v1.1.13...v1.1.14) (2021-09-09) diff --git a/package.json b/package.json index a7dd8e8..6a17e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.1.14", + "version": "1.1.15", "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",