diff --git a/CHANGELOG.md b/CHANGELOG.md index b63a95a..f714d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.4](https://github.com/riccox/meilisearch-ui/compare/v0.9.3...v0.9.4) (2024-10-24) + + +### Bug Fixes + +* index setting danger zone button text (gh-158) ([74c6238](https://github.com/riccox/meilisearch-ui/commit/74c6238efe7bd58de87f59020876dc4da2b11e8a)) + ## [0.9.3](https://github.com/riccox/meilisearch-ui/compare/v0.9.2...v0.9.3) (2024-10-23) diff --git a/package.json b/package.json index af494f8..305fcee 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "vite": "^5.4.8", "vite-tsconfig-paths": "^5.0.1" }, - "version": "0.9.3", + "version": "0.9.4", "main": "index.js", "license": "Apache-2.0" }