From ef88d09cdf94e6b7d3f8c38c3c7d31e4d4b88786 Mon Sep 17 00:00:00 2001 From: Kyle Sammons <1023070+kyle-sammons@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:55:21 -0800 Subject: [PATCH] Bump version to 0.4.0 (#43) * To 0.4.0 * Also bump the package.json --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d22206..2c72871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.4.0 +### New features +* Improved the performance of the application by combining two network requests into one +* Improved the performance of the application through various optimizations that _should_ +result in an average load time speed up of ~50% + +### Breaking changes +N/A + +### Bugs squashed +* Fixed the background color for the most popular fields list not being correct in dark mode + + ## 0.3.0 ### New features * Added a sidebar that displays all the detected fields in the logs returned diff --git a/package.json b/package.json index 10a874b..41fe930 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-kaldb-app", - "version": "0.3.0", + "version": "0.4.0", "description": "Grafana KalDB App", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",