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",