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/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" ], 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",