We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cce8c commit e748873Copy full SHA for e748873
2 files changed
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 1.2.12
6
+
7
+- Update `github.com/grafana/grafana-plugin-sdk-go` to `v0.245.0`
8
+- Bump micromatch from 4.0.7 to 4.0.8
9
+- Bump webpack from 5.92.0 to 5.94.0
10
+- Improve efficiency when processing response
11
+- Fix timeout error source
12
+- Add the make docs procedure
13
14
## 1.2.11
15
16
- Update `github.com/grafana/grafana-plugin-sdk-go` to `v0.241.0`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-google-sheets-datasource",
- "version": "1.2.11",
+ "version": "1.2.12",
"description": "Load data from google sheets in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments