From 6566854eb3314f44bae60f442051bc6a5aef64d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Thu, 23 Nov 2023 12:25:47 +0100 Subject: [PATCH] build($annotation): release version 0.1.8 --- libs/annotation/CHANGELOG.md | 13 +++++++++++++ libs/annotation/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/libs/annotation/CHANGELOG.md b/libs/annotation/CHANGELOG.md index e69de29bb..930b7313e 100644 --- a/libs/annotation/CHANGELOG.md +++ b/libs/annotation/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). + +## [0.1.8](https://github.com/IPS-LMU/octra/compare/annotation-0.1.7...annotation-0.1.8) (2023-11-23) + + +### Bug Fixes + +* **octra:** combination f asr & word alignment not working correctly ([1948467](https://github.com/IPS-LMU/octra/commit/194846784ec000ec745ea0e20d4d3006009bd0e5)) +* **octra:** fix several issues ([1c70c48](https://github.com/IPS-LMU/octra/commit/1c70c48d58351cae4adae18e632ef9746fcd69a1)) +* **octra:** local mode not working ([67c3231](https://github.com/IPS-LMU/octra/commit/67c3231986a7be83bfcd2db787d455b2f576bfdd)) +* **octra:** re-authentication not working correctly ([d8aef1e](https://github.com/IPS-LMU/octra/commit/d8aef1e3d1f54aa5f7049f6787a28c8d2296f0e1)) diff --git a/libs/annotation/package.json b/libs/annotation/package.json index 063b08b55..853423f6a 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.7", + "version": "0.1.8", "license": "MIT", "private": false, "author": {