From 2cc8cf99e601c63616e3f3c99da5065e8c59271e Mon Sep 17 00:00:00 2001 From: Ricco X Date: Wed, 23 Oct 2024 22:39:28 +0800 Subject: [PATCH] chore(release): v0.9.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6366f..b63a95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.3](https://github.com/riccox/meilisearch-ui/compare/v0.9.2...v0.9.3) (2024-10-23) + + +### Bug Fixes + +* should not render tanstack router devtool in production ([#155](https://github.com/riccox/meilisearch-ui/issues/155)) ([acac580](https://github.com/riccox/meilisearch-ui/commit/acac580191aeb5f59081b166282ba1a5de291080)) + ## [0.9.2](https://github.com/riccox/meilisearch-ui/compare/v0.9.1...v0.9.2) (2024-10-19) diff --git a/package.json b/package.json index 318e2f3..af494f8 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "vite": "^5.4.8", "vite-tsconfig-paths": "^5.0.1" }, - "version": "0.9.2", + "version": "0.9.3", "main": "index.js", "license": "Apache-2.0" }