Skip to content

Commit

Permalink
Cut a release for v0.6.2 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons authored Jul 12, 2024
1 parent 501f96d commit 130b15d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.6.2
### New features
* N/A

### Breaking changes
* N/A

### Bugs squashed
* Swapped the default query to be `*:*` instead of `*`. This was resulting in
a failure to load logs when using newer querying paths

## 0.6.1
### New features
* N/A
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-astra-app",
"version": "0.6.1",
"version": "0.6.2",
"description": "Grafana Astra App",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 130b15d

Please sign in to comment.