From eab6a44335871e948d0562ed73b7fc2aff403e42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Sep 2023 17:24:45 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] ## [3.1.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.0.2...v3.1.0) (2023-09-15) ### Features * **tag:** retry requests for 429 error ([#30](https://github.com/ni/systemlink-grafana-plugins/issues/30)) ([48f664c](https://github.com/ni/systemlink-grafana-plugins/commit/48f664c37a6b16124c5cf2cb3a3b17f1d82dce7b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d921abc..43ffa10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0](https://github.com/ni/systemlink-grafana-plugins/compare/v3.0.2...v3.1.0) (2023-09-15) + + +### Features + +* **tag:** retry requests for 429 error ([#30](https://github.com/ni/systemlink-grafana-plugins/issues/30)) ([48f664c](https://github.com/ni/systemlink-grafana-plugins/commit/48f664c37a6b16124c5cf2cb3a3b17f1d82dce7b)) + ## [3.0.2](https://github.com/ni/systemlink-grafana-plugins/compare/v3.0.1...v3.0.2) (2023-09-12) diff --git a/package-lock.json b/package-lock.json index a2bbfdc..e8cca80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "systemlink-grafana-plugins", - "version": "3.0.2", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "systemlink-grafana-plugins", - "version": "3.0.2", + "version": "3.1.0", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.1.3", diff --git a/package.json b/package.json index 49d2992..75c6418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "systemlink-grafana-plugins", - "version": "3.0.2", + "version": "3.1.0", "description": "Plugins for visualizing data from SystemLink services", "private": true, "scripts": {