Skip to content

Commit 54889d3

Browse files
committed
chore: release v0.12.0
1 parent 9835e66 commit 54889d3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 0.12.0 (2025-04-27)
4+
5+
- fix: re-add dev only export + add warning + docs around tree shaking (#186)
6+
([9835e66](https://github.com/jotaijs/jotai-devtools/commit/9835e66)), closes
7+
[#186](https://github.com/jotaijs/jotai-devtools/issues/186)
8+
- chore: update dependencies (#185)
9+
([9982bf2](https://github.com/jotaijs/jotai-devtools/commit/9982bf2)), closes
10+
[#185](https://github.com/jotaijs/jotai-devtools/issues/185)
11+
- refactor: drop support for dev\_\* methods (#180)
12+
([2ab02e2](https://github.com/jotaijs/jotai-devtools/commit/2ab02e2)), closes
13+
[#180](https://github.com/jotaijs/jotai-devtools/issues/180)
14+
315
## 0.11.0 (2025-02-19)
416

517
- fix: drop support for jotai store v1 (#173)

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.11.0",
3+
"version": "0.12.0",
44
"description": "A powerful toolkit to enhance your development experience with Jotai",
55
"author": {
66
"name": "Arjun Vegda",

0 commit comments

Comments
 (0)