From 4b7c55b404680cb1f7cdc3c521b9b4898778e031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Mon, 18 Nov 2024 18:13:01 +0100 Subject: [PATCH] build(ngx-utilities): release version 0.4.2 --- 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 36a551395..140b47c00 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.4.2](https://github.com/IPS-LMU/octra/compare/ngx-utilities-0.4.1...ngx-utilities-0.4.2) (2024-11-18) + + +### Features + +* **ngx-components:** asr-options is now available in @octra/components ([bd68b3a](https://github.com/IPS-LMU/octra/commit/bd68b3aad6be0ef9d9db4e90778c410ea1bf0699)) + + + ## [0.4.1](https://github.com/IPS-LMU/octra/compare/ngx-utilities-0.4.0...ngx-utilities-0.4.1) (2024-11-08) diff --git a/libs/ngx-utilities/package.json b/libs/ngx-utilities/package.json index db54f91b7..2d20ae2f5 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.4.1", + "version": "0.4.2", "license": "MIT", "private": false, "author": {