Skip to content

Commit 44d2b3f

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2021-09-23) ### Features * add default value ([7a4e544](7a4e544))
1 parent 7a4e544 commit 44d2b3f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 1.0.0 (2021-05-15)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-vars-from-json",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Generates css custom properties (variables) from json or javascript object.",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)