diff --git a/.github/workflows/automated.yml b/.github/workflows/automated.yml index fd76a06..92a124f 100644 --- a/.github/workflows/automated.yml +++ b/.github/workflows/automated.yml @@ -90,6 +90,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16 - - name: update documentation uses: CoCreate-app/CoCreate-docs@master + env: + organization_id: ${{ secrets.COCREATE_ORGANIZATION_ID }} + key: ${{ secrets.COCREATE_KEY }} + host: ${{ secrets.COCREATE_HOST }} + diff --git a/CHANGELOG.md b/CHANGELOG.md index f77c636..c511d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.15](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.14...v1.7.15) (2023-06-04) + + +### Bug Fixes + +* Refactor CoCreate.config.js to remove hard-coded credentials ([a96f369](https://github.com/CoCreate-app/CoCreate-css-parser/commit/a96f369e94d031dd78f5724ddb143a142601e122)) + ## [1.7.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.13...v1.7.14) (2023-06-04) diff --git a/CoCreate.config.js b/CoCreate.config.js index f2e270c..6622678 100644 --- a/CoCreate.config.js +++ b/CoCreate.config.js @@ -1,8 +1,8 @@ module.exports = { "config": { - "organization_id": "5ff747727005da1c272740ab", - "key": "2061acef-0451-4545-f754-60cf8160", - "host": "general.cocreate.app" + "organization_id": "", + "key": "", + "host": "" }, "sources": [ { diff --git a/package.json b/package.json index 1f83aea..c4e29e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.14", + "version": "1.7.15", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",