Skip to content

Commit 20cf419

Browse files
committed
build(web-media): release version 1.2.1
1 parent 9a4643f commit 20cf419

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

libs/web-media/CHANGELOG.md

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

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

5+
## [1.2.1](https://github.com/IPS-LMU/octra/compare/web-media-1.2.0...web-media-1.2.1) (2025-10-25)
6+
7+
8+
### Bug Fixes
9+
10+
* **web-media:** FileInfo.fromAny() sets online attribute to false ([9a4643f](https://github.com/IPS-LMU/octra/commit/9a4643f00d13e2981ba8efbd879d32941476b71b))
11+
12+
13+
514
# [1.2.0](https://github.com/IPS-LMU/octra/compare/web-media-1.1.0...web-media-1.2.0) (2025-10-25)
615

716

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": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"private": false,
77
"author": {

0 commit comments

Comments
 (0)