Skip to content

Commit

Permalink
doc: CHANGELOG.md
Browse files Browse the repository at this point in the history
enh: step app version
  • Loading branch information
kamarton committed May 25, 2024
1 parent 547dcee commit 81d5f86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

# CHANGELOG

## latest
## 0.3.0-latest


## 0.3.0
- fix: favicon (#1)
- enh: add favicon
- enh: add browser preview
- fix: request log url value
2 changes: 1 addition & 1 deletion webapp/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_VERSION=0.2.1-dev
VITE_APP_VERSION=0.3.0-dev

VITE_APP_ENVIRONMENT=development
VITE_APP_WS_URL=ws://127.0.0.1:8080/remote
Expand Down
2 changes: 1 addition & 1 deletion webapp/.env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_VERSION=0.2.1-latest
VITE_APP_VERSION=0.3.0-latest

VITE_APP_ENVIRONMENT=production
VITE_APP_WS_URL=/remote
Expand Down

0 comments on commit 81d5f86

Please sign in to comment.