From 876684f2a2d74f3a4bdd7a1dfaa30b37cd61b39e Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 21 Nov 2022 19:21:55 +0000 Subject: [PATCH 1/2] fix: replaced document_id with document._id --- CoCreate.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoCreate.config.js b/CoCreate.config.js index be0cd84..ec1526a 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -10,7 +10,7 @@ module.exports = { "collection": "files", "document_id": "60145dc49f64ba1680b86693", "key": "src", - "data":{ + "document": { "name": "index.html", "path": "/docs/css-parser/index.html", "domains": [ From 18a48fb399dbd0305c3080cadcf5775424089d30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Nov 2022 19:34:21 +0000 Subject: [PATCH 2/2] chore(release): 1.0.15 [skip ci] ## [1.0.15](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.14...v1.0.15) (2022-11-21) ### Bug Fixes * replaced document_id with document._id ([876684f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/876684f2a2d74f3a4bdd7a1dfaa30b37cd61b39e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204716a..539bce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.15](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.14...v1.0.15) (2022-11-21) + + +### Bug Fixes + +* replaced document_id with document._id ([876684f](https://github.com/CoCreate-app/CoCreate-css-parser/commit/876684f2a2d74f3a4bdd7a1dfaa30b37cd61b39e)) + ## [1.0.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.13...v1.0.14) (2022-11-21) diff --git a/package.json b/package.json index aecfff2..9b632d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.14", + "version": "1.0.15", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",