Skip to content

Commit

Permalink
build(web-media): release version 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Jan 16, 2024
1 parent 7ba0a1c commit 99fe636
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions libs/web-media/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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

## [0.0.10](https://github.com/IPS-LMU/octra/compare/web-media-0.0.9...web-media-0.0.10) (2024-01-16)


### Bug Fixes

* **octra:** word alignment only not working ([6d59c8f](https://github.com/IPS-LMU/octra/commit/6d59c8f0c4b06902fe24741eb61a45a0028ac571))


### Code Refactoring

* **web-media:** use extractFileNameFromURL function from utilities library ([7ba0a1c](https://github.com/IPS-LMU/octra/commit/7ba0a1cd91d6eada9391a3fab6667613821088d9))


### BREAKING CHANGES

* **web-media:** needs @octra/utilities >= 0.0.11



## [0.0.9](https://github.com/IPS-LMU/octra/compare/web-media-0.0.8...web-media-0.0.9) (2024-01-09)


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

0 comments on commit 99fe636

Please sign in to comment.