@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common 4.2.0 → 4.3.0

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-intelligent-assistant-common
2
2
 
3
+ ## 4.3.0
4
+
3
5
  ## 4.2.0
4
6
 
5
7
  ### Minor Changes
@@ -113,6 +115,10 @@
113
115
 
114
116
  ## 2.9.0
115
117
 
118
+ ## 2.8.7
119
+
120
+ ## 2.8.6
121
+
116
122
  ## 2.8.5
117
123
 
118
124
  ## 2.8.4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-intelligent-assistant-common",
3
3
  "description": "Common functionalities for the intelligent-assistant plugin",
4
- "version": "4.2.0",
4
+ "version": "4.3.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",