From d94a56d9cd797b6cb6cf7d414a9f85f67f420def Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Wed, 31 Jan 2024 12:11:10 +0100 Subject: [PATCH] build(ngx-utilities): release version 0.3.0 --- libs/ngx-utilities/CHANGELOG.md | 9 +++++++++ libs/ngx-utilities/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/ngx-utilities/CHANGELOG.md b/libs/ngx-utilities/CHANGELOG.md index 76e96a757..c2c1590c0 100644 --- a/libs/ngx-utilities/CHANGELOG.md +++ b/libs/ngx-utilities/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [0.3.0](https://github.com/IPS-LMU/octra/compare/ngx-utilities-0.2.0...ngx-utilities-0.3.0) (2024-01-31) + + +### Features + +* **ngx-utilities:** new class SubscriberComponent for secure subscription management. ([6a5d85f](https://github.com/IPS-LMU/octra/commit/6a5d85f8408922442a10b0874090c30f5cce5a5e)) + + + # [0.2.0](https://github.com/IPS-LMU/octra/compare/ngx-utilities-0.1.0...ngx-utilities-0.2.0) (2024-01-09) diff --git a/libs/ngx-utilities/package.json b/libs/ngx-utilities/package.json index 95697549e..abd9ddd12 100644 --- a/libs/ngx-utilities/package.json +++ b/libs/ngx-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@octra/ngx-utilities", "description": "Angular utilities used in OCTRA projects", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "private": false, "author": {