We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452c3c commit 37e5695Copy full SHA for 37e5695
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 1.0.37
4
+
5
+##### Chores
6
7
+* **deps:** update dependency tar to v7.5.8 [security] (#1753) (ae8e728b)
8
+* **cd:** publish github release (#1751) (0be14ed6)
9
10
+##### Bug Fixes
11
12
+* **augurs:** fallback if wasm fails (#1757) (8452c3c5)
13
14
15
## 1.0.36
16
17
##### Chores
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-lokiexplore-app",
- "version": "1.0.36",
+ "version": "1.0.37",
"description": "Query less exploration of log data stored in Loki",
"scripts": {
"build": "webpack -c ./webpack.config.ts --env production",
0 commit comments