Skip to content

Commit 8e98176

Browse files
committed
build(web-media): release version 1.2.0
1 parent 6cbec27 commit 8e98176

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.0](https://github.com/IPS-LMU/octra/compare/web-media-1.1.0...web-media-1.2.0) (2025-10-25)
6+
7+
8+
### Features
9+
10+
* **web-media:** add online property to serialized FileInfo ([6cbec27](https://github.com/IPS-LMU/octra/commit/6cbec27cd7ac5adcf977e72aa7c1d3ef15453c30))
11+
12+
13+
514
# [1.1.0](https://github.com/IPS-LMU/octra/compare/web-media-1.0.1...web-media-1.1.0) (2025-10-13)
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.1.0",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"private": false,
77
"author": {

0 commit comments

Comments
 (0)