@backstage-community/plugin-copilot-backend 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-copilot-backend
2
2
 
3
+ ## 0.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ba2b006: Updated configuration example in documentation
8
+
3
9
  ## 0.10.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -117,7 +117,7 @@ To ensure the GitHub Copilot plugin operates correctly within your organization
117
117
 
118
118
  ```yaml
119
119
  copilot:
120
- scheduler:
120
+ schedule:
121
121
  frequency:
122
122
  hours: 2
123
123
  timeout:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-copilot-backend",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "homepage": "https://backstage.io",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.cjs.js",