Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgulland committed May 1, 2024
1 parent 42f9d60 commit 7dd33b5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

## v0.0.21

[compare changes](https://github.com/figureland/typekit/compare/v0.0.20...v0.0.21)

### 🚀 Enhancements

- Added string color guards ([a5dad72](https://github.com/figureland/typekit/commit/a5dad72))
- Added hsl color checker ([288754f](https://github.com/figureland/typekit/commit/288754f))
- Updating tests and refining lab() and lch() guards ([62e0138](https://github.com/figureland/typekit/commit/62e0138))
- Simplified merge and clone ([42f9d60](https://github.com/figureland/typekit/commit/42f9d60))

### 🩹 Fixes

- Unintended equality rejection for objects with keys in different orders ([bc311d3](https://github.com/figureland/typekit/commit/bc311d3))

### ❤️ Contributors

- Toby Milner-Gulland <toby@figure.land>

## v0.0.20

[compare changes](https://github.com/figureland/typekit/compare/v0.0.19...v0.0.20)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@figureland/typekit",
"version": "0.0.20",
"version": "0.0.21",
"main": "dist/src/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down

0 comments on commit 7dd33b5

Please sign in to comment.