From a647c92f1ad530b497731ff045d8e4ce31fea44e Mon Sep 17 00:00:00 2001 From: frankpagan Date: Sat, 10 Jun 2023 16:16:26 -0600 Subject: [PATCH 1/2] fix: renamed hosts to host. the value can be a string or an array of strings --- CoCreate.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index d1a5804..a87a336 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -10,7 +10,7 @@ module.exports = { "name": "index.html", "path": "/docs/css-parser/index.html", "src": "{{./docs/index.html}}", - "hosts": [ + "host": [ "cocreate.app", "general.cocreate.app" ], From b4e0f3467da5ad8759ca51e62caf8f5722a74445 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 11 Jun 2023 01:19:51 +0000 Subject: [PATCH 2/2] chore(release): 1.7.18 [skip ci] ## [1.7.18](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.17...v1.7.18) (2023-06-11) ### Bug Fixes * renamed hosts to host. the value can be a string or an array of strings ([a647c92](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a647c92f1ad530b497731ff045d8e4ce31fea44e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be89c5..507f565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.18](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.17...v1.7.18) (2023-06-11) + + +### Bug Fixes + +* renamed hosts to host. the value can be a string or an array of strings ([a647c92](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a647c92f1ad530b497731ff045d8e4ce31fea44e)) + ## [1.7.17](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.16...v1.7.17) (2023-06-10) diff --git a/package.json b/package.json index faebc4b..fb1a948 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.17", + "version": "1.7.18", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",