diff --git a/CHANGELOG.md b/CHANGELOG.md
index ede78a7..243d3e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.0.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.3...v1.0.4) (2022-09-29)
+
+
+### Bug Fixes
+
+* config renameed to CoCreateConfig ([25c9442](https://github.com/CoCreate-app/CoCreate-css-parser/commit/25c9442d089de8331e218b3ebbeac7904d6bac54))
+
## [1.0.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.2...v1.0.3) (2022-09-22)
diff --git a/demo/atomic-css.html b/demo/atomic-css.html
index d91d88b..b01cb9c 100644
--- a/demo/atomic-css.html
+++ b/demo/atomic-css.html
@@ -779,7 +779,7 @@
Demo
- var config = {
+ var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_id: '5de0387b12e200ea63204d6c'
}
diff --git a/demo/index.html b/demo/index.html
index 004f3aa..3d6520c 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -13,7 +13,7 @@
- var config = {
+ var CoCreateConfig = {
apiKey: '',
organization_Id: '',
host: ''
diff --git a/demo/test.1.html b/demo/test.1.html
index 970a636..5b7d00b 100644
--- a/demo/test.1.html
+++ b/demo/test.1.html
@@ -30,7 +30,7 @@ hello how are you
- var config = {
+ var CoCreateConfig = {
apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
organization_id: '5de0387b12e200ea63204d6c',
host: 'wss://ws.cocreate.app'
diff --git a/demo/test.html b/demo/test.html
index 3c408ff..c41c564 100644
--- a/demo/test.html
+++ b/demo/test.html
@@ -236,7 +236,7 @@ SPREAD THE WORD!
- var config = {
+ var CoCreateConfig = {
apiKey: '',
organization_id: '5ff747727005da1c272740ab',
host: 'server.cocreate.app'
diff --git a/package.json b/package.json
index 278fe21..154f917 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/css-parser",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"css-parser",