diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0303795..f3b0c31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.7.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.5...v1.7.6) (2023-05-01)
+
+
+### Bug Fixes
+
+* replace fontawesome with svg ([6cba9af](https://github.com/CoCreate-app/CoCreate-css-parser/commit/6cba9afb598c866bd6e12c4d3d06e0774d609644))
+
## [1.7.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.4...v1.7.5) (2023-04-30)
diff --git a/demo/atomic-css.html b/demo/atomic-css.html
index 5e01772..3fb672b 100644
--- a/demo/atomic-css.html
+++ b/demo/atomic-css.html
@@ -28,11 +28,11 @@
CoCreate helper CSS
CoCreate provides the most convenient helper class.
@@ -41,7 +41,7 @@ CoCreate helper CSS
@@ -725,7 +725,7 @@ cursor
@@ -742,10 +742,10 @@
Demo
diff --git a/demo/test.html b/demo/test.html
index c5d4296..0fd4727 100644
--- a/demo/test.html
+++ b/demo/test.html
@@ -210,7 +210,7 @@ Thirdparty API Intergratio
@@ -222,11 +222,11 @@ SPREAD THE WORD!
diff --git a/docs/index.html b/docs/index.html
index 8b620da..5ae0330 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,13 +37,13 @@ CoCreate utility CSS
CoCreate provides the most convenient utility class.
@@ -52,7 +52,7 @@
CoCreate utility CSS
@@ -735,7 +735,7 @@ cursor
@@ -752,10 +752,10 @@
Demo
@@ -765,7 +765,7 @@ Demo
diff --git a/package.json b/package.json
index 12cba8e..c4c3e3f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/css-parser",
- "version": "1.7.5",
+ "version": "1.7.6",
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"css-parser",