From 8ab72fcdebd966dd14b1a113a7fa43aacbd03b22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Sep 2025 21:12:45 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2025-09-19) ### Bug Fixes * **prometheus-exporter:** fix metric naming to be consistent with prometheus reqs ([431b73e](http://gitea:3000/bjorn/factorio-prometheus-exporter/commit/431b73ee2dd7b3d78076a4eda6af813072f18678)) ### Features * expose production/consumption metrics as metrics.prom ([8a91112](http://gitea:3000/bjorn/factorio-prometheus-exporter/commit/8a911129f68eef90db974abcb8be9b059e5567c3)) * **prometheus-exporter:** add metrics-pole for power metrics ([25026b2](http://gitea:3000/bjorn/factorio-prometheus-exporter/commit/25026b2e732cb8a1074e8d8f73edf576565f3b9e)) --- src/info.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/info.json b/src/info.json index fb5d20f..8f58ca9 100644 --- a/src/info.json +++ b/src/info.json @@ -1,9 +1,11 @@ { - "name": "prometheus-exporter", - "version": "0.0.1", - "title": "Prometheus Exporter for Factorio", - "author": "Bjorn Pijnacker", - "factorio_version": "2.0", - "dependencies": ["base >= 2.0"], - "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" -} \ No newline at end of file + "name": "prometheus-exporter", + "version": "1.0.0", + "title": "Prometheus Exporter for Factorio", + "author": "Bjorn Pijnacker", + "factorio_version": "2.0", + "dependencies": [ + "base >= 2.0" + ], + "description": "Exports certain production and consumption metrics to Prometheus format, to be used by Prometheus/Grafana monitoring stack" +}