From 2a53a0a6b725ee987941b46d152b18d30de7a568 Mon Sep 17 00:00:00 2001 From: Marc Muster Date: Wed, 2 Nov 2022 14:43:20 +0100 Subject: [PATCH] release(toolkit): v1.3.0 --- CHANGELOG_TOOLKIT.md | 9 +++++++++ docs/site/changelog-toolkit/changelog.md | 9 +++++++++ projects/scion/toolkit/package.json | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_TOOLKIT.md b/CHANGELOG_TOOLKIT.md index cb2e3f1e..990746ac 100644 --- a/CHANGELOG_TOOLKIT.md +++ b/CHANGELOG_TOOLKIT.md @@ -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) diff --git a/docs/site/changelog-toolkit/changelog.md b/docs/site/changelog-toolkit/changelog.md index 4c8b8fd1..9189fff6 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.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) diff --git a/projects/scion/toolkit/package.json b/projects/scion/toolkit/package.json index 1a807d19..826f02a0 100644 --- a/projects/scion/toolkit/package.json +++ b/projects/scion/toolkit/package.json @@ -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,