Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
stacklokbot authored Jan 15, 2025
1 parent ae42046 commit ef1b65c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ef1b65c

Please sign in to comment.