Skip to content

Commit

Permalink
build(media): release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Dec 3, 2024
1 parent 67a1b68 commit 4c678c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions libs/media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.1.1](https://github.com/IPS-LMU/octra/compare/media-0.1.0...media-0.1.1) (2024-12-03)


### Bug Fixes

* **media:** remove limitations for valid sample rates ([0f31c3f](https://github.com/IPS-LMU/octra/commit/0f31c3f490947e878901712fdee5e585e550ae7a))



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


Expand Down
2 changes: 1 addition & 1 deletion libs/media/package.json
Original file line number Diff line number Diff line change
@@ -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.1.0",
"version": "0.1.1",
"license": "MIT",
"private": false,
"author": {
Expand Down

0 comments on commit 4c678c8

Please sign in to comment.