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 0537b51 commit 22c6dccCopy full SHA for 22c6dcc
README.md
@@ -73,5 +73,9 @@ Output:
73
74
* **[NEXT]** (changes on master that have not been released yet):
75
76
+ * Nothing yet ;)
77
+
78
+* **v0.4.1:**
79
80
* Changed package name for its first public release
81
* First public release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-var-parser",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"type": "module",
5
"description": "Extract CSS variable and export them to a JavaScript object",
6
"main": "src/parser.js",
0 commit comments