From c5ef52965584353ded33a4a7ce132cc205dfe799 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 25 Apr 2023 08:18:03 +0000 Subject: [PATCH] v1.9.1 --- CHANGELOG.md | 7 +++++++ plugins/toolbox/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9803ddf..d4b04a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.9.1](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.9.0...v1.9.1) (2023-04-25) + + +### Bug Fixes + +* add missing export for homepage card ([4703e82](https://github.com/drodil/backstage-plugin-toolbox/commit/4703e82fce0c7c19fe85f362b1cbf1ebe75b7669)) + ## [1.9.0](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.8.0...v1.9.0) (2023-04-25) diff --git a/plugins/toolbox/package.json b/plugins/toolbox/package.json index 8c362e4..61a695b 100644 --- a/plugins/toolbox/package.json +++ b/plugins/toolbox/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/backstage-plugin-toolbox", - "version": "1.9.0", + "version": "1.9.1", "main": "src/index.ts", "types": "src/index.ts", "prepublishOnly": "yarn tsc && yarn build",