Skip to content

Commit 95800ec

Browse files
authored
Prepare 2.13.0 release (#294)
1 parent 0494589 commit 95800ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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

5+
## 2.13.0
6+
7+
- Add PDC support in [#282](https://github.com/grafana/x-ray-datasource/pull/282)
8+
- Replace @grafana/experimental with @grafana/plugin-ui in [#292](https://github.com/grafana/x-ray-datasource/pull/292)
9+
510
## 2.12.0
611

712
- Bump the all-node-dependencies group with 19 updates in [#289](https://github.com/grafana/x-ray-datasource/pull/289)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-x-ray-datasource",
3-
"version": "2.12.0",
3+
"version": "2.13.0",
44
"description": "AWS X-Ray data source",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)