From c00def827ad8d51820b26b5964f92596e3699714 Mon Sep 17 00:00:00 2001 From: Arjun <14841132+arjunvegda@users.noreply.github.com> Date: Sun, 30 Apr 2023 09:55:23 -0400 Subject: [PATCH] chore: release v0.5.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b30a4c3..f0e4db2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.5.1](https://github.com/jotaijs/jotai-devtools/compare/v0.5.0...v0.5.1) (2023-04-30) + +### Bug Fixes + +- add mts types after compile + ([#66](https://github.com/jotaijs/jotai-devtools/issues/66)) + ([15b770e](https://github.com/jotaijs/jotai-devtools/commit/15b770eb8e00b210d7fae2b9d5af53087252b738)) + # [0.5.0](https://github.com/jotaijs/jotai-devtools/compare/v0.4.0...v0.5.0) (2023-04-30) ### Bug Fixes diff --git a/package.json b/package.json index 3efc087f..a0cbbcea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.5.0", + "version": "0.5.1", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",