Skip to content

Commit badf2a3

Browse files
committed
build(web-media): release version 1.0.0
1 parent 37d384c commit badf2a3

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

libs/web-media/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [1.0.0](https://github.com/IPS-LMU/octra/compare/web-media-0.1.2...web-media-1.0.0) (2025-01-13)
6+
7+
8+
### Bug Fixes
9+
10+
* **octra:** transcr-overview shows wrong errors ([2b97a97](https://github.com/IPS-LMU/octra/commit/2b97a976e2156b265b1661369e6ccaf6f90d5e3d))
11+
* **web-media:** splitting audio files not working ([f6e58d1](https://github.com/IPS-LMU/octra/commit/f6e58d1d0ab6279f13b86ad9bd67db7a3281099c))
12+
13+
14+
### Features
15+
16+
* **octra:** upgrade to Nx 20 incl. Angular 19 ([5850cbc](https://github.com/IPS-LMU/octra/commit/5850cbcb71a6664ca53e9a038443e913390910c3))
17+
18+
19+
520
## [0.1.2](https://github.com/IPS-LMU/octra/compare/web-media-0.1.1...web-media-0.1.2) (2024-11-18)
621

722
## [0.1.1](https://github.com/IPS-LMU/octra/compare/web-media-0.1.0...web-media-0.1.1) (2024-11-18)

libs/web-media/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@octra/web-media",
33
"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).",
4-
"version": "0.1.2",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"private": false,
77
"author": {

0 commit comments

Comments
 (0)