Skip to content

Commit

Permalink
chore: release v0.6.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda committed Jun 15, 2023
1 parent 9f1c6ae commit 029bc02
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.6.0-next.0](https://github.com/jotaijs/jotai-devtools/compare/v0.5.3...v0.6.0-next.0) (2023-06-15)

### Features

- add time travel feature
([53b916a](https://github.com/jotaijs/jotai-devtools/commit/53b916a1fc69182a64db06fbcd4eea08769c6538))
- hardcode locale to en-US for now
([312deff](https://github.com/jotaijs/jotai-devtools/commit/312deff99bbbb918d1885e4e144f3578d594fb92))

### Bug Fixes

- **create-timestamp.ts:** add default locale
([10c2ef8](https://github.com/jotaijs/jotai-devtools/commit/10c2ef832cda9a0bfffef77a91ee6ef7b65e40fd))

### Refactors

- **RecordHistory.tsx:** update tooltip content
([04187a2](https://github.com/jotaijs/jotai-devtools/commit/04187a2102b78142bf0af7835ef16a6d3c4d1460))

## [0.5.3](https://github.com/jotaijs/jotai-devtools/compare/v0.5.2...v0.5.3) (2023-05-11)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jotai-devtools",
"version": "0.5.3",
"version": "0.6.0-next.0",
"description": "A powerful toolkit to enhance your development experience with Jotai",
"author": {
"name": "Arjun Vegda",
Expand Down

0 comments on commit 029bc02

Please sign in to comment.