From 2d47fc8383086be6431d1b6d2652b8344e08497d Mon Sep 17 00:00:00 2001 From: Arjun <14841132+arjunvegda@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:33:49 -0500 Subject: [PATCH] chore: release v0.8.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b5ee1f..3dbbdaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.8.0](https://github.com/jotaijs/jotai-devtools/compare/v0.7.1...v0.8.0) (2024-02-20) + +### Features + +- add position option + ([#118](https://github.com/jotaijs/jotai-devtools/issues/118)) + ([9db1951](https://github.com/jotaijs/jotai-devtools/commit/9db195108ce82fa44f3dd72b0515d8a94d480048)) + ## [0.7.1](https://github.com/jotaijs/jotai-devtools/compare/v0.7.0...v0.7.1) (2023-12-04) ### Bug Fixes diff --git a/package.json b/package.json index 87b585ad..c1520611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jotai-devtools", - "version": "0.7.1", + "version": "0.8.0", "description": "A powerful toolkit to enhance your development experience with Jotai", "author": { "name": "Arjun Vegda",