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 7a4e544 commit 44d2b3fCopy full SHA for 44d2b3f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.1.0](https://github.com/TimoBechtel/css-vars-from-json/compare/v1.0.0...v1.1.0) (2021-09-23)
2
+
3
4
+### Features
5
6
+* add default value ([7a4e544](https://github.com/TimoBechtel/css-vars-from-json/commit/7a4e544ac2bc469b6c3a39bea2829ff71627b02d))
7
8
# 1.0.0 (2021-05-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "css-vars-from-json",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Generates css custom properties (variables) from json or javascript object.",
"source": "src/index.ts",
"main": "dist/index.js",
0 commit comments