From 59b15647d6d61190595052c3315f7ac77046be1f Mon Sep 17 00:00:00 2001 From: Arjun <14841132+arjunvegda@users.noreply.github.com> Date: Sun, 12 Mar 2023 10:21:30 -0400 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32c20ab..5338056d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.1](https://github.com/jotaijs/jotai-devtools/compare/v0.3.0...v0.3.1) (2023-03-12) + +### Bug Fixes + +- ShellTriggerButton icon disappears + [#34](https://github.com/jotaijs/jotai-devtools/issues/34) + ([#35](https://github.com/jotaijs/jotai-devtools/issues/35)) + ([8f800ce](https://github.com/jotaijs/jotai-devtools/commit/8f800ce1b3f43cc87a7a9474fb9e1ade943b6f22)) + # [0.3.0](https://github.com/jotaijs/jotai-devtools/compare/v0.3.0-next.4...v0.3.0) (2023-03-06) ### Bug Fixes diff --git a/package.json b/package.json index 1224785f..65fe7401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.3.0", + "version": "0.3.1", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",