Skip to content

Commit ea6cac0

Browse files
committed
chore: release v0.13.0
1 parent 79b8a84 commit ea6cac0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.13.0 (2025-09-13)
4+
5+
- chore: update dependencies (#204)
6+
([79b8a84](https://github.com/jotaijs/jotai-devtools/commit/79b8a84)), closes
7+
[#204](https://github.com/jotaijs/jotai-devtools/issues/204)
8+
- refactor: support INTERNAL_buildStoreRev2 + drop support for older version
9+
(#201) ([0dcf91b](https://github.com/jotaijs/jotai-devtools/commit/0dcf91b)),
10+
closes [#201](https://github.com/jotaijs/jotai-devtools/issues/201)
11+
- fix: building blocks are included on devStore (#198)
12+
([3ca38db](https://github.com/jotaijs/jotai-devtools/commit/3ca38db)), closes
13+
[#198](https://github.com/jotaijs/jotai-devtools/issues/198)
14+
- fix: remove direct dependency to jotai (#190)
15+
([5a44e7f](https://github.com/jotaijs/jotai-devtools/commit/5a44e7f)), closes
16+
[#190](https://github.com/jotaijs/jotai-devtools/issues/190)
17+
318
## 0.12.0 (2025-04-27)
419

520
- fix: re-add dev only export + add warning + docs around tree shaking (#186)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jotai-devtools",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A powerful toolkit to enhance your development experience with Jotai",
55
"author": {
66
"name": "Arjun Vegda",

0 commit comments

Comments
 (0)