Skip to content

Commit ef38963

Browse files
authored
Prepare 2.9.6 (#293)
1 parent a57f231 commit ef38963

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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

5+
## 2.9.6
6+
7+
- Bugfix: Fix $interval variable interpolation in [#291](https://github.com/grafana/timestream-datasource/pull/291)
8+
59
## 2.9.5
610

711
- Chore: update dependencies in [#290](https://github.com/grafana/timestream-datasource/pull/290)

package.json

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

0 commit comments

Comments
 (0)