From 280984bacfbdb7bc9147bcbed0efe61c93f96906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ida=20=C5=A0tambuk?= Date: Fri, 3 Jan 2025 16:48:04 +0100 Subject: [PATCH] Prepare 2.12.0 (#290) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fbbbec..8cfc516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.12.0 + +- Bump the all-node-dependencies group with 19 updates in [#289](https://github.com/grafana/x-ray-datasource/pull/289) +- Bump the all-go-dependencies group across 1 directory with 4 updates in [#283](https://github.com/grafana/x-ray-datasource/pull/283) +- Add start time to response in [#286](https://github.com/grafana/x-ray-datasource/pull/275) + ## 2.11.0 - Bump the all-node-dependencies group across 1 directory with 31 updates in [#275](https://github.com/grafana/x-ray-datasource/pull/275) diff --git a/package.json b/package.json index 552a08d..2fd864d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-x-ray-datasource", - "version": "2.11.0", + "version": "2.12.0", "description": "AWS X-Ray data source", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",