diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe16088..4a85ead1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.0](https://github.com/stacklok/codegate-ui/compare/v0.0.15...v0.1.0) (2025-01-15) + + +### Features + +* add ErrorBoundary ([#69](https://github.com/stacklok/codegate-ui/issues/69)) ([78bdfb9](https://github.com/stacklok/codegate-ui/commit/78bdfb9ef98ee9426c35c254fd4f670954c162b1)) +* health check card ([#62](https://github.com/stacklok/codegate-ui/issues/62)) ([f2673bc](https://github.com/stacklok/codegate-ui/commit/f2673bcf71d2ce1850ac9ad8e861bf448ac84a91)) + ## [0.0.15](https://github.com/stacklok/codegate-ui/compare/v0.0.14...v0.0.15) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index 9d146221..22d5acd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.0.15", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.0.15", + "version": "0.1.0", "dependencies": { "@hey-api/client-fetch": "^0.6.0", "@radix-ui/react-avatar": "^1.1.1", diff --git a/package.json b/package.json index 877163df..7489e50f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.0.15", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite",