diff --git a/workspaces/x2a/.changeset/wide-phones-prove.md b/workspaces/x2a/.changeset/wide-phones-prove.md deleted file mode 100644 index 8ffac8d878..0000000000 --- a/workspaces/x2a/.changeset/wide-phones-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-x2a-backend': patch ---- - -Add gitignore detection logging in x2a job script cleanup diff --git a/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md b/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md index 66e83f5f79..baa5799c99 100644 --- a/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md +++ b/workspaces/x2a/plugins/x2a-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-x2a-backend +## 1.6.1 + +### Patch Changes + +- a408de5: Add gitignore detection logging in x2a job script cleanup + ## 1.6.0 ### Minor Changes diff --git a/workspaces/x2a/plugins/x2a-backend/package.json b/workspaces/x2a/plugins/x2a-backend/package.json index b64de74de5..e47de43c63 100644 --- a/workspaces/x2a/plugins/x2a-backend/package.json +++ b/workspaces/x2a/plugins/x2a-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-x2a-backend", - "version": "1.6.0", + "version": "1.6.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",