Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jan 4, 2024
1 parent 5a995d8 commit e71f61b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.15.0](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.14.0...v1.15.0) (2024-01-04)


### Features

* add iban validator tool ([5a995d8](https://github.com/drodil/backstage-plugin-toolbox/commit/5a995d8a6e901dad30a3b54e055bcd2e1433576e))


### Bug Fixes

* prevent too long qr code inputs ([036f6b6](https://github.com/drodil/backstage-plugin-toolbox/commit/036f6b6481fb19da5e7f735ccdbf2b93eaa21209)), closes [#67](https://github.com/drodil/backstage-plugin-toolbox/issues/67)

## [1.14.0](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.13.0...v1.14.0) (2023-12-01)


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.14.0",
"version": "1.15.0",
"main": "src/index.ts",
"types": "src/index.ts",
"prepublishOnly": "yarn tsc && yarn build",
Expand Down

0 comments on commit e71f61b

Please sign in to comment.