diff --git a/libs/media/CHANGELOG.md b/libs/media/CHANGELOG.md index 374e5ee40..2d0777e7b 100644 --- a/libs/media/CHANGELOG.md +++ b/libs/media/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.0.15](https://github.com/IPS-LMU/octra/compare/media-0.0.14...media-0.0.15) (2024-11-08) + + +### Features + +* **octra:** support for .mp3, .flac, .m4a audio files ([c3fb966](https://github.com/IPS-LMU/octra/commit/c3fb9667b8f83aba8a8bd6da52382a5b00c01f71)) + + + ## [0.0.14](https://github.com/IPS-LMU/octra/compare/media-0.0.13...media-0.0.14) (2023-11-24) diff --git a/libs/media/package.json b/libs/media/package.json index d450fbaee..eedc7cd58 100644 --- a/libs/media/package.json +++ b/libs/media/package.json @@ -1,7 +1,7 @@ { "name": "@octra/media", "description": "This library offers classes that describes data related to media (e.g. SampleUnit class that describes one point in time of type sample with conversions to other time units) used by [Octra](https://github.com/IPS-LMU/octra).\nIf you are looking for decoding and playback of audio files see @octra/web-media library.", - "version": "0.0.14", + "version": "0.0.15", "license": "MIT", "private": false, "author": {