diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e09f6a..0e3e3c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/stacklok/codegate-ui/compare/v0.3.0...v0.4.0) (2025-01-16) + + +### Features + +* add dark mode switcher ([#89](https://github.com/stacklok/codegate-ui/issues/89)) ([603b397](https://github.com/stacklok/codegate-ui/commit/603b397d25071ad6852f18c0cc5deb21f6fdba7c)), closes [#30](https://github.com/stacklok/codegate-ui/issues/30) + ## [0.3.0](https://github.com/stacklok/codegate-ui/compare/v0.2.0...v0.3.0) (2025-01-16) diff --git a/package-lock.json b/package-lock.json index 09b9edb..da6508b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.3.0", + "version": "0.4.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 a749648..57f80da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.3.0", + "version": "0.4.0", "type": "module", "scripts": { "dev": "vite",