Skip to content

Commit d829fc2

Browse files
chore(release): 1.14.2 [skip ci]
## [1.14.2](v1.14.1...v1.14.2) (2024-01-30) ### Bug Fixes * Handling of !important when @ mediaQueries are defined ([b38e4d9](b38e4d9))
1 parent b38e4d9 commit d829fc2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.14.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.14.1...v1.14.2) (2024-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* Handling of !important when @ mediaQueries are defined ([b38e4d9](https://github.com/CoCreate-app/CoCreate-css-parser/commit/b38e4d9d6cb4d4651b4274a19b52a1464c9efd52))
7+
18
## [1.14.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.14.0...v1.14.1) (2023-12-09)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/css-parser",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
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)