From cb01c7e4be10c7d684e7df6894892351fb08871a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Fri, 8 Nov 2024 10:33:05 +0100 Subject: [PATCH] build(annotation): release version 0.1.15 --- libs/annotation/CHANGELOG.md | 14 ++++++++++++++ libs/annotation/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/libs/annotation/CHANGELOG.md b/libs/annotation/CHANGELOG.md index efa6a70f8..115781c4a 100644 --- a/libs/annotation/CHANGELOG.md +++ b/libs/annotation/CHANGELOG.md @@ -2,6 +2,20 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.15](https://github.com/IPS-LMU/octra/compare/annotation-0.1.14...annotation-0.1.15) (2024-11-08) + + +### Bug Fixes + +* **annotation:** speaker pattern matching not working with SRT converter ([e92e72b](https://github.com/IPS-LMU/octra/commit/e92e72b6ad38258d1717fdb4225d9cfbce964eb0)) + + +### Features + +* **octra:** new line option for text converter ([e670ad9](https://github.com/IPS-LMU/octra/commit/e670ad91fbe0414c515d34585ff2625cf2cec114)) + + + ## [0.1.14](https://github.com/IPS-LMU/octra/compare/annotation-0.1.13...annotation-0.1.14) (2024-07-29) diff --git a/libs/annotation/package.json b/libs/annotation/package.json index a7ef6fd97..72f768dce 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.14", + "version": "0.1.15", "license": "MIT", "private": false, "author": {