From 36fda9269f1d209c9cdcd8b23b8dd97defe631a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathan=20V=C4=93rzemnieks?= Date: Mon, 29 Jul 2024 01:45:40 -0700 Subject: [PATCH] Prepare v1.0.0 initial public release (#193) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24c1ce8..7ce90667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.0.0 +- Initial public release + ## 0.3.0 - Rename plugin & repo diff --git a/package.json b/package.json index e54c9829..6df5a7bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-amazonprometheus-datasource", - "version": "0.3.0", + "version": "1.0.0", "description": "A plugin for Amazon Managed Prometheus", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",