Skip to content

Commit ee3a184

Browse files
chore(release): 2.37.0 [skip ci]
# [2.37.0](v2.36.1...v2.37.0) (2024-08-23) ### Features * allow controlling opacity in `stringToHslaColor` ([fc36880](fc36880))
1 parent b160a24 commit ee3a184

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+
# [2.37.0](https://github.com/mll-lab/js-utils/compare/v2.36.1...v2.37.0) (2024-08-23)
2+
3+
4+
### Features
5+
6+
* allow controlling opacity in `stringToHslaColor` ([fc36880](https://github.com/mll-lab/js-utils/commit/fc368803004ec815e3a058f71c9bb02b17442cb8))
7+
18
## [2.36.1](https://github.com/mll-lab/js-utils/compare/v2.36.0...v2.36.1) (2024-08-20)
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": "@mll-lab/js-utils",
3-
"version": "2.36.1",
3+
"version": "2.37.0",
44
"main": "dist/index.common.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)