diff --git a/CHANGELOG.md b/CHANGELOG.md index 478e543..204716a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.14](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.13...v1.0.14) (2022-11-21) + + +### Bug Fixes + +* bump [@cocreate](https://github.com/cocreate) dependencies ([d9167fc](https://github.com/CoCreate-app/CoCreate-css-parser/commit/d9167fc39013800c76e558421cd3e718bab7cf1c)) + ## [1.0.13](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.12...v1.0.13) (2022-11-21) diff --git a/package.json b/package.json index d1ae257..aecfff2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.13", + "version": "1.0.14", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -61,9 +61,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.13.0", - "@cocreate/docs": "^1.3.20", - "@cocreate/hosting": "^1.4.3", - "@cocreate/observer": "^1.5.18" + "@cocreate/crud-client": "^1.13.1", + "@cocreate/docs": "^1.3.21", + "@cocreate/hosting": "^1.4.4", + "@cocreate/observer": "^1.5.19" } }