diff --git a/CHANGELOG.md b/CHANGELOG.md index 50ba8e8..5b22f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.4.0...v1.4.1) (2022-12-30) + + +### Bug Fixes + +* update config sources to use template braces with entry on src ([e45b99d](https://github.com/CoCreate-app/CoCreate-css-parser/commit/e45b99d2c5b68258a91339ccb408740f1747847c)) + # [1.4.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.9...v1.4.0) (2022-12-29) diff --git a/CoCreate.config.js b/CoCreate.config.js index 632c1dc..8813e39 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -6,13 +6,12 @@ module.exports = { }, "sources": [ { - "entry": "./docs/index.html", "collection": "files", "document": { "_id": "637ca39950234ef1671ce312", "name": "index.html", "path": "/docs/css-parser/index.html", - "src": "{{source}}", + "src": "{{./docs/index.html}}", "domains": [ "cocreate.app", "general.cocreate.app" diff --git a/package.json b/package.json index 9970ba1..35b804a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.4.0", + "version": "1.4.1", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",