We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e3c7b commit 12ba74aCopy full SHA for 12ba74a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.7.0](https://github.com/jotaijs/jotai-devtools/compare/v0.6.3...v0.7.0) (2023-10-14)
2
+
3
+### Features
4
5
+- hide private atoms in utils
6
+ ([#105](https://github.com/jotaijs/jotai-devtools/issues/105))
7
+ ([c925680](https://github.com/jotaijs/jotai-devtools/commit/c925680c00dfba205e9e1456476d02e2ada39c67))
8
9
## [0.6.3](https://github.com/jotaijs/jotai-devtools/compare/v0.6.2...v0.6.3) (2023-10-01)
10
11
### Bug Fixes
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",
0 commit comments