From badf2a3413ba570f7253eb68959eebe21df5a8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Mon, 13 Jan 2025 09:53:00 +0100 Subject: [PATCH] build(web-media): release version 1.0.0 --- libs/web-media/CHANGELOG.md | 15 +++++++++++++++ libs/web-media/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/libs/web-media/CHANGELOG.md b/libs/web-media/CHANGELOG.md index 2bd78aba6..9b0d0cad1 100644 --- a/libs/web-media/CHANGELOG.md +++ b/libs/web-media/CHANGELOG.md @@ -2,6 +2,21 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [1.0.0](https://github.com/IPS-LMU/octra/compare/web-media-0.1.2...web-media-1.0.0) (2025-01-13) + + +### Bug Fixes + +* **octra:** transcr-overview shows wrong errors ([2b97a97](https://github.com/IPS-LMU/octra/commit/2b97a976e2156b265b1661369e6ccaf6f90d5e3d)) +* **web-media:** splitting audio files not working ([f6e58d1](https://github.com/IPS-LMU/octra/commit/f6e58d1d0ab6279f13b86ad9bd67db7a3281099c)) + + +### Features + +* **octra:** upgrade to Nx 20 incl. Angular 19 ([5850cbc](https://github.com/IPS-LMU/octra/commit/5850cbcb71a6664ca53e9a038443e913390910c3)) + + + ## [0.1.2](https://github.com/IPS-LMU/octra/compare/web-media-0.1.1...web-media-0.1.2) (2024-11-18) ## [0.1.1](https://github.com/IPS-LMU/octra/compare/web-media-0.1.0...web-media-0.1.1) (2024-11-18) diff --git a/libs/web-media/package.json b/libs/web-media/package.json index fccfa46cc..7099f3705 100644 --- a/libs/web-media/package.json +++ b/libs/web-media/package.json @@ -1,7 +1,7 @@ { "name": "@octra/web-media", "description": "This library offers classes and functions for handling audio files in web browsers (e.g. chunked decoding etc.) used by [Octra](https://github.com/IPS-LMU/octra).", - "version": "0.1.2", + "version": "1.0.0", "license": "MIT", "private": false, "author": {