Skip to content

Commit 393414b

Browse files
authored
chore(main): release 0.16.0 (#325)
1 parent c85e1aa commit 393414b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/stacklok/codegate-ui/compare/v0.15.0...v0.16.0) (2025-02-17)
4+
5+
6+
### Features
7+
8+
* add activate workspace button into detail page ([#328](https://github.com/stacklok/codegate-ui/issues/328)) ([c85e1aa](https://github.com/stacklok/codegate-ui/commit/c85e1aa8011c688d435e0abb11b44cf297d05e61))
9+
10+
11+
### Bug Fixes
12+
13+
* cert instructions ([#317](https://github.com/stacklok/codegate-ui/issues/317)) ([2eb9579](https://github.com/stacklok/codegate-ui/commit/2eb95794f63988fa7f7f29daf2e0c41a9cd9c356))
14+
315
## [0.15.0](https://github.com/stacklok/codegate-ui/compare/v0.14.1...v0.15.0) (2025-02-14)
416

517

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-project",
33
"private": true,
4-
"version": "0.15.0",
4+
"version": "0.16.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)