From fa371908f247993416cba24ae39a171bd1b937d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Dec 2023 05:55:17 +0000 Subject: [PATCH] chore(release): 1.18.2 [skip ci] ## [1.18.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.18.1...v1.18.2) (2023-12-09) ### Bug Fixes * options ([b84440d](https://github.com/CoCreate-app/CoCreate-api/commit/b84440dc78ac217bf3676be975fb4ad6febe1fd9)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94d995e..acefcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.18.2](https://github.com/CoCreate-app/CoCreate-api/compare/v1.18.1...v1.18.2) (2023-12-09) + + +### Bug Fixes + +* options ([b84440d](https://github.com/CoCreate-app/CoCreate-api/commit/b84440dc78ac217bf3676be975fb4ad6febe1fd9)) + ## [1.18.1](https://github.com/CoCreate-app/CoCreate-api/compare/v1.18.0...v1.18.1) (2023-12-01) diff --git a/package.json b/package.json index 71e22e9..9060b5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.18.1", + "version": "1.18.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 attributes and/or JavaScript API. ", "keywords": [ "thirdparty-api-intergration",