From 1aaab4be18c4a384ff153654247f47c1f8a6a5a6 Mon Sep 17 00:00:00 2001 From: Arjun <14841132+arjunvegda@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:24:45 -0500 Subject: [PATCH] chore: release v0.7.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0a6c95..b3b5ee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.7.1](https://github.com/jotaijs/jotai-devtools/compare/v0.7.0...v0.7.1) (2023-12-04) + +### Bug Fixes + +- defer setAtom in subscribers of store change during main render to next micro + task ([#109](https://github.com/jotaijs/jotai-devtools/issues/109)) + ([2cdc81d](https://github.com/jotaijs/jotai-devtools/commit/2cdc81d8342956cd2463e05e37c0524a9c36f1e6)) + ## [0.7.0](https://github.com/jotaijs/jotai-devtools/compare/v0.6.3...v0.7.0) (2023-10-14) ### Features diff --git a/package.json b/package.json index 8bfd3acd..f4b3463f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.7.0", + "version": "0.7.1", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",