diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a85ead..95e585c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/stacklok/codegate-ui/compare/v0.1.0...v0.2.0) (2025-01-15) + + +### Features + +* make "setup" menu section less confusing ([#81](https://github.com/stacklok/codegate-ui/issues/81)) ([ae42046](https://github.com/stacklok/codegate-ui/commit/ae42046f76a08a3f7cb2ad2ba3e348b82764c7d5)) + + +### Bug Fixes + +* **alerts:** table sorting ([#82](https://github.com/stacklok/codegate-ui/issues/82)) ([8a98ec1](https://github.com/stacklok/codegate-ui/commit/8a98ec187dba98be0d4b300e4057ee8c6cba9183)) +* fix basic markdown usage ([#75](https://github.com/stacklok/codegate-ui/issues/75)) ([d787eec](https://github.com/stacklok/codegate-ui/commit/d787eec17f83ff8422993ba536a1817c4a0e55f1)) + ## [0.1.0](https://github.com/stacklok/codegate-ui/compare/v0.0.15...v0.1.0) (2025-01-15) diff --git a/package-lock.json b/package-lock.json index e1a9b44..2b78ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-project", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vite-project", - "version": "0.1.0", + "version": "0.2.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 7e87b8e..aee632d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-project", "private": true, - "version": "0.1.0", + "version": "0.2.0", "type": "module", "scripts": { "dev": "vite",