Skip to content

Commit

Permalink
v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Apr 25, 2023
1 parent 4703e82 commit c5ef529
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c5ef529

Please sign in to comment.