From 6a07a190dadec0c00a9d41cb8b763dbff47b9d12 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 16 Jun 2023 14:34:55 -0400 Subject: [PATCH] Drop changelog Signed-off-by: josh --- .changeset/red-mayflies-smoke.md | 5 ----- plugins/nomad-backend/package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .changeset/red-mayflies-smoke.md diff --git a/.changeset/red-mayflies-smoke.md b/.changeset/red-mayflies-smoke.md deleted file mode 100644 index 75cab2d87a..0000000000 --- a/.changeset/red-mayflies-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-nomad-backend': patch ---- - -Fix to remove debug log of token diff --git a/plugins/nomad-backend/package.json b/plugins/nomad-backend/package.json index 54b2cc8836..344d120001 100644 --- a/plugins/nomad-backend/package.json +++ b/plugins/nomad-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-nomad-backend", - "version": "0.0.1", + "version": "0.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",