Skip to content

Commit c177d93

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.0...v1.9.0) (2023-08-17) ### Features * bump cocreate dependencies for the latest updates and features ([ffb68b5](ffb68b5))
1 parent ffb68b5 commit c177d93

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.8.0...v1.9.0) (2023-08-17)
2+
3+
4+
### Features
5+
6+
* bump cocreate dependencies for the latest updates and features ([ffb68b5](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ffb68b5fcd17c4c0a5ef97f4862c9101c64e6ac1))
7+
18
# [1.8.0](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.29...v1.8.0) (2023-08-16)
29

310

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.8.0",
3+
"version": "1.9.0",
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.8.0",
6262
"@cocreate/observer": "^1.9.0"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)