diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a9d03e1..5dd480ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.6.1](https://github.com/jotaijs/jotai-devtools/compare/v0.6.0...v0.6.1) (2023-08-02) + +### Bug Fixes + +- bundle in tabler-icons + ([#88](https://github.com/jotaijs/jotai-devtools/issues/88)) + ([3c956b4](https://github.com/jotaijs/jotai-devtools/commit/3c956b4402588ceff0c1bda65b210fab343d243e)) + ## [0.6.0](https://github.com/jotaijs/jotai-devtools/compare/v0.5.3...v0.6.0) (2023-06-16) ### Features diff --git a/package.json b/package.json index 8da2311e..6101aa2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.6.0", + "version": "0.6.1", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",