Skip to content

Commit e748873

Browse files
authored
Release 1.2.12 (#263)
1 parent e2cce8c commit e748873

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
514
## 1.2.11
615

716
- Update `github.com/grafana/grafana-plugin-sdk-go` to `v0.241.0`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-google-sheets-datasource",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "Load data from google sheets in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)