diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae95ef9..36f39e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.6.3](https://github.com/jotaijs/jotai-devtools/compare/v0.6.2...v0.6.3) (2023-10-01) + +### Bug Fixes + +- add trigger button to global css + ([#98](https://github.com/jotaijs/jotai-devtools/issues/98)) + ([1033c5e](https://github.com/jotaijs/jotai-devtools/commit/1033c5e5b81e2911eb81d3e7c9032b07f80be71c)) + ## [0.6.2](https://github.com/jotaijs/jotai-devtools/compare/v0.6.1...v0.6.2) (2023-08-21) ### Bug Fixes diff --git a/package.json b/package.json index 29fef6dc..23fda136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.6.2", + "version": "0.6.3", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",