Skip to content

Commit de78b89

Browse files
chore(release): 1.11.5 [skip ci]
## [1.11.5](v1.11.4...v1.11.5) (2023-10-16) ### Bug Fixes * if parser not explicitly set to false observer will observe classes ([510343b](510343b)) * parse conditions ([8a9558b](8a9558b))
1 parent 8a9558b commit de78b89

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.11.5](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.4...v1.11.5) (2023-10-16)
2+
3+
4+
### Bug Fixes
5+
6+
* if parser not explicitly set to false observer will observe classes ([510343b](https://github.com/CoCreate-app/CoCreate-css-parser/commit/510343b3fd6d794aef71b39e4372eeed025e6bb1))
7+
* parse conditions ([8a9558b](https://github.com/CoCreate-app/CoCreate-css-parser/commit/8a9558b63cf47991f779cc3adcbea23cbb3c762e))
8+
19
## [1.11.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.3...v1.11.4) (2023-10-14)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"css-parser",

0 commit comments

Comments
 (0)