Skip to content

Commit f413601

Browse files
committed
chore(release): 1.1.1
1 parent f39feed commit f413601

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.1](https://github.com/SolidZORO/js-var-to-css-var/compare/v1.1.0...v1.1.1) (2022-12-21)
6+
7+
8+
### Features
9+
10+
* add opts `outputCssDarkScopeTag`, `outputCssDarkVarSuffix` ([f39feed](https://github.com/SolidZORO/js-var-to-css-var/commit/f39feedf5379e8e90ee99437eade78639e5e53f3))
11+
512
## [1.1.0](https://github.com/SolidZORO/js-var-to-css-var/compare/v1.0.0...v1.1.0) (2022-12-20)
613

714

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.1.0",
3+
"version": "1.1.1",
44
"description": "Convert Js Var To CSS Var",
55
"sideEffect": false,
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)