Skip to content

Commit

Permalink
Bump to version v0.5.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons authored Jan 31, 2024
1 parent 8460133 commit fa41ab3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.5.0
### New features
* Significantly improved the performance through proper virtualization

### Breaking changes
* Significantly refactored the UI to be fully custom and more in-line with
our future design ideas/plans

### Bugs squashed
N/A


## 0.4.0
### New features
* Improved the performance of the application by combining two network requests into one
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-kaldb-app",
"version": "0.4.0",
"version": "0.5.0",
"description": "Grafana KalDB App",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit fa41ab3

Please sign in to comment.