We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be1e23 commit 5076e9cCopy full SHA for 5076e9c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.3.2](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.1...v1.3.2) (2022-12-15)
2
+
3
4
+### Bug Fixes
5
6
+* add missing dev dependency style-loader ([3be1e23](https://github.com/CoCreate-app/CoCreate-css-parser/commit/3be1e23fccf00f85eda339881d8441041a71abc6))
7
8
## [1.3.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.3.0...v1.3.1) (2022-12-14)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@cocreate/css-parser",
- "version": "1.3.1",
+ "version": "1.3.2",
"description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
"keywords": [
"css-parser",
0 commit comments