From 5045aec0e63ac1b2c3018cce8ea569ade82f3755 Mon Sep 17 00:00:00 2001 From: Arne Bahlo Date: Wed, 5 Jul 2023 13:35:23 +0200 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e93341..7761394 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axiom-datasource", - "version": "0.1.6", + "version": "0.2.0", "description": "Query Axiom through Grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",