From c9addfbe0ab5a04ec57a5af96190be7452089a23 Mon Sep 17 00:00:00 2001 From: Kyle <1023070+kyle-sammons@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:59:24 -0700 Subject: [PATCH] Cut a release for v0.6.3 (#62) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9451b54..4330be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.6.3 +### New features +* N/A + +### Breaking changes +* N/A + +### Bugs squashed +* Swapped the type epoch_millis in intervals for date histograms to be integers, +rather than strings. This was causing alerts to fail when using `_timesinceepoch` + ## 0.6.2 ### New features * N/A diff --git a/package.json b/package.json index c352a80..54eb949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack-astra-app", - "version": "0.6.2", + "version": "0.6.3", "description": "Grafana Astra App", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",