From 1f05f13aec24be1b20b13d37d183f70813298f7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Jun 2021 23:20:57 +0000 Subject: [PATCH] chore(release): 1.0.17 [skip ci] ## [1.0.17](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.16...v1.0.17) (2021-06-24) ### Bug Fixes * package versioningto 1.0.0 ([18498b7](https://github.com/CoCreate-app/CoCreate-api/commit/18498b7e4076fc2e7ccf41cbe6509e5720f38514)) --- CHANGELOG.md | 7 +++++++ package.json | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54a266..eed0ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.17](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.16...v1.0.17) (2021-06-24) + + +### Bug Fixes + +* package versioningto 1.0.0 ([18498b7](https://github.com/CoCreate-app/CoCreate-api/commit/18498b7e4076fc2e7ccf41cbe6509e5720f38514)) + ## [1.0.16](https://github.com/CoCreate-app/CoCreate-api/compare/v1.0.15...v1.0.16) (2021-06-24) diff --git a/package.json b/package.json index 1c3ca47..a4613fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/api", - "version": "1.0.16", + "version": "1.0.17", "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", @@ -21,7 +21,9 @@ "html5-framework", "javascript-framework" ], - "publishConfig": { "access": "public" }, + "publishConfig": { + "access": "public" + }, "scripts": { "start": "npx webpack --config webpack.config.js", "build": "NODE_ENV=production npx webpack --config webpack.config.js", @@ -35,7 +37,9 @@ }, "author": "CoCreate LLC", "license": "GPL-3.0", - "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" }, + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-api/issues" + }, "homepage": "https://cocreate.app/docs/api", "funding": { "type": "GitHub Sponsors ❤",