release tech-insights-backend 0.2.1

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-20 21:47:10 +01:00
parent ad0a7eb088
commit da4c50f124
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-tech-insights-backend': patch
---
Fixed invalid access that caused an immediate crash with a `TypeError` when loading the package.
@@ -1,5 +1,11 @@
# @backstage/plugin-tech-insights-backend
## 0.2.1
### Patch Changes
- ad0a7eb088: Fixed invalid access that caused an immediate crash with a `TypeError` when loading the package.
## 0.2.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",