Skip to content

Commit

Permalink
release(toolkit): v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Jun 14, 2023
1 parent 7032730 commit 05fb902
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG_TOOLKIT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.4.0...toolkit-1.4.1) (2023-06-14)


### Performance Improvements

* **toolkit/uuid:** use faster algorithm to generate UUID ([1fe7039](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/1fe7039c537babbc53ed50a4c8f9c5d6946cf6bd)), closes [#162](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/162)



# [1.4.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.3.1...toolkit-1.4.0) (2023-04-19)


Expand Down
9 changes: 9 additions & 0 deletions docs/site/changelog-toolkit/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
## [Changelog][menu-changelog] > @scion/toolkit


## [1.4.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.4.0...toolkit-1.4.1) (2023-06-14)


### Performance Improvements

* **toolkit/uuid:** use faster algorithm to generate UUID ([1fe7039](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/1fe7039c537babbc53ed50a4c8f9c5d6946cf6bd)), closes [#162](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/162)



# [1.4.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.3.1...toolkit-1.4.0) (2023-04-19)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/toolkit",
"version": "1.4.0",
"version": "1.4.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,
Expand Down

0 comments on commit 05fb902

Please sign in to comment.