Skip to content

Commit a5d6bcc

Browse files
committed
build(web-media): release version 1.3.2
1 parent fcd71a9 commit a5d6bcc

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.3.2](https://github.com/IPS-LMU/octra/compare/web-media-1.3.1...web-media-1.3.2) (2025-10-30)
6+
7+
8+
### Bug Fixes
9+
10+
* **web-media:** missing clone() function for AudioInfo ([fcd71a9](https://github.com/IPS-LMU/octra/commit/fcd71a96000bea556b98b390d56670a83a3579d0))
11+
12+
13+
514
## [1.3.1](https://github.com/IPS-LMU/octra/compare/web-media-1.3.0...web-media-1.3.1) (2025-10-29)
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.3.1",
4+
"version": "1.3.2",
55
"license": "MIT",
66
"private": false,
77
"author": {

0 commit comments

Comments
 (0)