diff --git a/workspaces/code-climate/.changeset/version-bump-1-36-1.md b/workspaces/code-climate/.changeset/version-bump-1-36-1.md deleted file mode 100644 index d812c62ce..000000000 --- a/workspaces/code-climate/.changeset/version-bump-1-36-1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-code-climate': minor ---- - -Backstage version bump to v1.36.1 diff --git a/workspaces/code-climate/plugins/code-climate/CHANGELOG.md b/workspaces/code-climate/plugins/code-climate/CHANGELOG.md index ee42c8971..96094c9b8 100644 --- a/workspaces/code-climate/plugins/code-climate/CHANGELOG.md +++ b/workspaces/code-climate/plugins/code-climate/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-code-climate +## 0.4.0 + +### Minor Changes + +- 6c68948: Backstage version bump to v1.36.1 + ## 0.3.0 ### Minor Changes diff --git a/workspaces/code-climate/plugins/code-climate/package.json b/workspaces/code-climate/plugins/code-climate/package.json index 91696adf9..2f622e097 100644 --- a/workspaces/code-climate/plugins/code-climate/package.json +++ b/workspaces/code-climate/plugins/code-climate/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-code-climate", - "version": "0.3.0", + "version": "0.4.0", "backstage": { "role": "frontend-plugin", "pluginId": "code-climate",