diff --git a/libs/annotation/CHANGELOG.md b/libs/annotation/CHANGELOG.md index fb6ae2966..b11337ef1 100644 --- a/libs/annotation/CHANGELOG.md +++ b/libs/annotation/CHANGELOG.md @@ -2,6 +2,16 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.17](https://github.com/IPS-LMU/octra/compare/annotation-0.1.16...annotation-0.1.17) (2024-12-03) + + +### Bug Fixes + +* **annotation:** srt converter identifies speaker if pattern is undefined on import ([33839c1](https://github.com/IPS-LMU/octra/commit/33839c13787881e727475e45bf0bc29d5bb476c5)) +* **annotation:** SRTConverter ignores milliseconds on import ([67a1b68](https://github.com/IPS-LMU/octra/commit/67a1b6828b637046982c904b3247555b46242319)) + + + ## [0.1.16](https://github.com/IPS-LMU/octra/compare/annotation-0.1.15...annotation-0.1.16) (2024-11-18) diff --git a/libs/annotation/package.json b/libs/annotation/package.json index aefa4f929..251b4c483 100644 --- a/libs/annotation/package.json +++ b/libs/annotation/package.json @@ -1,7 +1,7 @@ { "name": "@octra/annotation", "description": "library containing annotation related classes and functions used by OCTRA (e.g. file converters)", - "version": "0.1.16", + "version": "0.1.17", "license": "MIT", "private": false, "author": {