Skip to content

Commit 1a77f33

Browse files
committed
chore(release): 3.10.0
1 parent 9e13338 commit 1a77f33

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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.10.0](https://github.com/jantimon/css-variable/compare/v3.9.0...v3.10.0) (2023-01-26)
6+
7+
### Features
8+
9+
* faster hash generation with more readable hashes ([1a0006f](https://github.com/jantimon/css-variable/commit/1a0006f9f150231b319be74ccaf757eb257da764))
10+
11+
### Bug Fixes
12+
13+
* update dev dependencies ([d3dabe2](https://github.com/jantimon/css-variable/commit/d3dabe2c7ca948f080a67e9439074c40c71d13bc))
14+
515
### [3.9.1](https://github.com/jantimon/css-variable/compare/v3.9.0...v3.9.1) (2022-11-23)
616

717
### Features

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.9.1",
3+
"version": "3.10.0",
44
"description": "define CSS custom properties (variables) in JS",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)