Skip to content

Commit

Permalink
release(toolkit): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Nov 2, 2022
1 parent 67eff30 commit 2a53a0a
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.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.1...toolkit-1.3.0) (2022-11-02)


### Features

* **toolkit/crypto:** provide `digest` function to compute the hash of data ([67eff30](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/67eff3087e566eef81828758524ef951d48ec304))



## [1.2.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.0...toolkit-1.2.1) (2022-10-07)


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.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.1...toolkit-1.3.0) (2022-11-02)


### Features

* **toolkit/crypto:** provide `digest` function to compute the hash of data ([67eff30](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/67eff3087e566eef81828758524ef951d48ec304))



## [1.2.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.2.0...toolkit-1.2.1) (2022-10-07)


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.2.1",
"version": "1.3.0",
"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 2a53a0a

Please sign in to comment.