Skip to content

Commit 9549141

Browse files
chore(release): 1.11.7 [skip ci]
## [1.11.7](v1.11.6...v1.11.7) (2023-11-03) ### Bug Fixes * favicon.ico path ([ef13533](ef13533)) * update dependencies to the lates versions ([c9e80e2](c9e80e2))
1 parent c9e80e2 commit 9549141

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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.7](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.6...v1.11.7) (2023-11-03)
2+
3+
4+
### Bug Fixes
5+
6+
* favicon.ico path ([ef13533](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ef1353378259ab4c63f000cad30271af9c81891a))
7+
* update dependencies to the lates versions ([c9e80e2](https://github.com/CoCreate-app/CoCreate-css-parser/commit/c9e80e26398daae9e699f57f68ad97731a77f730))
8+
19
## [1.11.6](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.5...v1.11.6) (2023-10-25)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.11.6",
3+
"version": "1.11.7",
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",
@@ -61,4 +61,4 @@
6161
"@cocreate/local-storage": "^1.10.8",
6262
"@cocreate/observer": "^1.11.7"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)