Skip to content

Commit 4537083

Browse files
committed
chore(release): 1.1.0
1 parent 438aa82 commit 4537083

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
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.1.0](https://github.com/SolidZORO/js-var-to-css-var/compare/v1.0.0...v1.1.0) (2022-12-20)
6+
7+
8+
### Features
9+
10+
* add css.utils _getCssVar _setCssVar _getCssPxToNumber ([2bcaea0](https://github.com/SolidZORO/js-var-to-css-var/commit/2bcaea08a8fc749ccbf0cfad227ec0e6731cab92))
11+
512
## [1.0.0](https://github.com/SolidZORO/js-var-to-css-var/compare/v0.0.3...v1.0.0) (2022-12-19)
613

714
### [0.0.3](https://github.com/SolidZORO/js-var-to-css-var/compare/v0.0.2...v0.0.3) (2022-12-19)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-var-to-css-var",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Convert Js Var To CSS Var",
55
"sideEffect": false,
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)