Skip to content

Commit 8bb7333

Browse files
chore(release): 1.11.1 [skip ci]
## [1.11.1](v1.11.0...v1.11.1) (2023-09-18) ### Bug Fixes * Add path and pathname ([3f4825e](3f4825e)) * Update CoCreate depndencies to latest versions ([b711c68](b711c68))
1 parent b711c68 commit 8bb7333

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.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.11.0...v1.11.1) (2023-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Add path and pathname ([3f4825e](https://github.com/CoCreate-app/CoCreate-css-parser/commit/3f4825e1898930ab6f643c30d51acdcc68b426fb))
7+
* Update CoCreate depndencies to latest versions ([b711c68](https://github.com/CoCreate-app/CoCreate-css-parser/commit/b711c684209737a7376eac2a6ae8d7ad2f1bac3a))
8+
19
# [1.11.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.10.1...v1.11.0) (2023-09-17)
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.0",
3+
"version": "1.11.1",
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.1",
6262
"@cocreate/observer": "^1.11.1"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)