@backstage-community/plugin-search-backend-module-azure-devops 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-search-backend-module-azure-devops
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5b5125a: Added missing `configSchema` to `package.json`
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "0.1.1",
3
3
  "license": "Apache-2.0",
4
4
  "name": "@backstage-community/plugin-search-backend-module-azure-devops",
5
5
  "description": "The azure-devops backend module for the search plugin.",
@@ -49,6 +49,7 @@
49
49
  "dist",
50
50
  "config.d.ts"
51
51
  ],
52
+ "configSchema": "config.d.ts",
52
53
  "typesVersions": {
53
54
  "*": {
54
55
  "package.json": [