Skip to content

Commit fa4b825

Browse files
chore(release): 3.9.0
1 parent 2bd733f commit fa4b825

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
## [3.9.0](https://github.com/jantimon/css-variable/compare/v3.8.0...v3.9.0) (2022-11-03)
6+
7+
### Features
8+
9+
* improve css variable names ([2bd733f](https://github.com/jantimon/css-variable/commit/2bd733f793453bf1c954e87933a98b44998bd95f))
10+
511
## [3.8.0](https://github.com/jantimon/css-variable/compare/v3.7.0...v3.8.0) (2022-08-02)
612

713

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-variable",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "define CSS custom properties (variables) in JS",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)