diff --git a/CHANGELOG.md b/CHANGELOG.md index a43bb2c..778008a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.6...v1.1.7) (2022-11-28) + + +### Bug Fixes + +* bump dependencies ([7da179a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/7da179aad14cdd4707d30a268491db689be21a48)) + ## [1.1.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.5...v1.1.6) (2022-11-28) diff --git a/package.json b/package.json index 27c6175..3cc1c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.6", + "version": "1.1.7", "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.15.6", - "@cocreate/docs": "^1.4.7", - "@cocreate/hosting": "^1.6.6", - "@cocreate/observer": "^1.5.30" + "@cocreate/crud-client": "^1.15.8", + "@cocreate/docs": "^1.4.8", + "@cocreate/hosting": "^1.6.7", + "@cocreate/observer": "^1.5.31" } }