diff --git a/CHANGELOG.md b/CHANGELOG.md index 85a1c32..c61073f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.3...v1.1.4) (2022-11-26) + + +### Bug Fixes + +* bump dependencies ([607564a](https://github.com/CoCreate-app/CoCreate-css-parser/commit/607564a32fd8fb4493ba257fc958a930cd571021)) + ## [1.1.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.2...v1.1.3) (2022-11-25) diff --git a/package.json b/package.json index fffcc8f..c0dd5d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.3", + "version": "1.1.4", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -62,8 +62,8 @@ }, "dependencies": { "@cocreate/crud-client": "^1.15.1", - "@cocreate/docs": "^1.4.4", - "@cocreate/hosting": "^1.6.3", - "@cocreate/observer": "^1.5.27" + "@cocreate/docs": "^1.4.5", + "@cocreate/hosting": "^1.6.4", + "@cocreate/observer": "^1.5.28" } }