diff --git a/CHANGELOG.md b/CHANGELOG.md index e959e27..f76c760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.36.0](https://github.com/mll-lab/js-utils/compare/v2.35.0...v2.36.0) (2024-08-20) + + +### Features + +* add stringToHslaColor ([db3d318](https://github.com/mll-lab/js-utils/commit/db3d318e256daa3de9a123159da09697a896ac34)) + # [2.35.0](https://github.com/mll-lab/js-utils/compare/v2.34.0...v2.35.0) (2024-07-16) diff --git a/package.json b/package.json index 41eb56d..7ece88e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mll-lab/js-utils", - "version": "2.35.0", + "version": "2.36.0", "main": "dist/index.common.js", "module": "dist/index.js", "types": "dist/index.d.ts",