From 11005793cf74ffb06b48740dd0f84dce0eb24049 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Dec 2024 12:32:17 +0000 Subject: [PATCH] chore(Release): 3.0.0-development.126 # [3.0.0-development.126](https://github.com/FraunhoferIOSB/AASPortal/compare/v3.0.0-development.125...v3.0.0-development.126) (2024-12-27) ### Bug Fixes * update nodejs image version v22.12.0 ([fb01894](https://github.com/FraunhoferIOSB/AASPortal/commit/fb01894a8e0f4d503e5077fbc8d1aafdc2f3dc12)) * update to angular v19 ([84c6f01](https://github.com/FraunhoferIOSB/AASPortal/commit/84c6f01743337b730a3895cddb4eca5e46155027)) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9c7b99..166cb26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aas-portal-project", - "version": "3.0.0-development.125", + "version": "3.0.0-development.126", "description": "Web-based visualization and control of asset administration shells.", "type": "module", "scripts": { @@ -151,4 +151,4 @@ "typescript": "^5.5.4", "typescript-eslint": "^8.18.2" } -} \ No newline at end of file +}