From 12ba74a21968029ec19cfaa8d81f75ddb4cb51aa Mon Sep 17 00:00:00 2001 From: Arjun <14841132+arjunvegda@users.noreply.github.com> Date: Sat, 14 Oct 2023 14:38:21 -0400 Subject: [PATCH] chore: release v0.7.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f39e22..6f0a6c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.7.0](https://github.com/jotaijs/jotai-devtools/compare/v0.6.3...v0.7.0) (2023-10-14) + +### Features + +- hide private atoms in utils + ([#105](https://github.com/jotaijs/jotai-devtools/issues/105)) + ([c925680](https://github.com/jotaijs/jotai-devtools/commit/c925680c00dfba205e9e1456476d02e2ada39c67)) + ## [0.6.3](https://github.com/jotaijs/jotai-devtools/compare/v0.6.2...v0.6.3) (2023-10-01) ### Bug Fixes diff --git a/package.json b/package.json index 7ea434fa..27558e9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.6.3", + "version": "0.7.0", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",