diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b4d07b..74d0fcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.7.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.6...v1.7.0) (2023-04-24)
+
+
+### Features
+
+* added pwa manifest ([5ab1f00](https://github.com/CoCreate-app/CoCreate-css-parser/commit/5ab1f00cb32264970b8ce81494fbc0db728e9e88))
+
## [1.6.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.6.5...v1.6.6) (2023-04-11)
diff --git a/demo/atomic-css.html b/demo/atomic-css.html
index d1e2f5a..4fdfd9b 100644
--- a/demo/atomic-css.html
+++ b/demo/atomic-css.html
@@ -16,7 +16,8 @@
.cocreate-badge{font-size:14px; margin-bottom:5px}
.copy{cursor:copy}
-
+
+
diff --git a/demo/index.html b/demo/index.html
index 357b3bd..ac1db4b 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -7,6 +7,7 @@
css-parser | CoCreateJS
+
diff --git a/demo/test.1.html b/demo/test.1.html
index 5646d55..a251d5c 100644
--- a/demo/test.1.html
+++ b/demo/test.1.html
@@ -13,6 +13,7 @@
+
diff --git a/demo/test.html b/demo/test.html
index 4fb9bee..c5d4296 100644
--- a/demo/test.html
+++ b/demo/test.html
@@ -12,6 +12,7 @@
+
/*Sidenav Search Field */
diff --git a/docs/index.html b/docs/index.html
index 1042fa3..606b835 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -14,7 +14,8 @@
-
+
+
.cocreate-badge{font-size:14px; margin-bottom:5px}
diff --git a/package.json b/package.json
index fc17afd..e6f2ec2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/css-parser",
- "version": "1.6.6",
+ "version": "1.7.0",
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"css-parser",