diff --git a/CHANGELOG_TOOLKIT.md b/CHANGELOG_TOOLKIT.md index 990746ac..b2e25b1b 100644 --- a/CHANGELOG_TOOLKIT.md +++ b/CHANGELOG_TOOLKIT.md @@ -1,3 +1,12 @@ +## [1.3.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.3.0...toolkit-1.3.1) (2022-11-09) + + +### Bug Fixes + +* **toolkit/bean-manager:** construct eager bean of a multi-token when registered after started the bean manager ([6c29afd](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/6c29afd079b058ae5989703a979d737b112deebc)) + + + # [1.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.1...toolkit-1.3.0) (2022-11-02) diff --git a/docs/site/changelog-toolkit/changelog.md b/docs/site/changelog-toolkit/changelog.md index 9189fff6..ff1085aa 100644 --- a/docs/site/changelog-toolkit/changelog.md +++ b/docs/site/changelog-toolkit/changelog.md @@ -6,6 +6,15 @@ ## [Changelog][menu-changelog] > @scion/toolkit +## [1.3.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.3.0...toolkit-1.3.1) (2022-11-09) + + +### Bug Fixes + +* **toolkit/bean-manager:** construct eager bean of a multi-token when registered after started the bean manager ([6c29afd](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/6c29afd079b058ae5989703a979d737b112deebc)) + + + # [1.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.1...toolkit-1.3.0) (2022-11-02) diff --git a/projects/scion/toolkit/package.json b/projects/scion/toolkit/package.json index 826f02a0..b0407e78 100644 --- a/projects/scion/toolkit/package.json +++ b/projects/scion/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@scion/toolkit", - "version": "1.3.0", + "version": "1.3.1", "description": "Provides a collection of framework-agnostic utilities designed primarily for use in SCION libraries such as `@scion/workbench` and `@scion/microfrontend-platform`. This library is written in plain TypeScript and has no dependency on any other library.", "license": "EPL-2.0", "private": false,