From 734e5fd23853db50bdfa6b7b066b6091e84f03b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 18:57:41 +0200 Subject: [PATCH] Automated build: Update version to 0.0.1-8 and rebuild dist (#15) Co-authored-by: GitHub Action --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a553cd..9244af7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "relabeler", - "version": "0.0.1-7", + "version": "0.0.1-8", "main": "dist/index.js", "scripts": { "clean": "rm -rf dist",