Skip to content

Commit

Permalink
Prepare 2.9.8 release (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu authored Aug 28, 2024
1 parent 43587b6 commit 149f833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 2.9.8

- Bump webpack from 5.92.1 to 5.94.0 in [#301](https://github.com/grafana/timestream-datasource/pull/301)
- Bump micromatch from 4.0.7 to 4.0.8 in [#299](https://github.com/grafana/timestream-datasource/pull/299)
- Bump fast-loops from 1.1.3 to 1.1.4 in [#298](https://github.com/grafana/timestream-datasource/pull/298)

## 2.9.7
- feat: add errorsource [#296](https://github.com/grafana/timestream-datasource/pull/296)
- chore: refactor macros to avoid macro-length bug in [#295](https://github.com/grafana/timestream-datasource/pull/295)
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": "grafana-timestream-datasource",
"version": "2.9.7",
"version": "2.9.8",
"description": "Load data timestream in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 149f833

Please sign in to comment.