Skip to content

Commit

Permalink
build(annotation): release version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Feb 28, 2024
1 parent 5c8d262 commit 6ce2c75
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions libs/annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

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

## [0.1.11](https://github.com/IPS-LMU/octra/compare/annotation-0.1.10...annotation-0.1.11) (2024-02-28)


### Bug Fixes

* **ngx-components:** placing boundary on transcribed segment removes transcript ([5fc3cb7](https://github.com/IPS-LMU/octra/commit/5fc3cb73528084a92430164483e52304d42887f8))
* **octra:** exported files with wrong naming ([2bd0540](https://github.com/IPS-LMU/octra/commit/2bd05403b3cc8e7c1f6d7e0b647e378f2aa1996d))


### Code Refactoring

* **annotation:** getLeftSibling() and getRightSibling() now uses index as parameter ([828b984](https://github.com/IPS-LMU/octra/commit/828b984a1acd9df5bd439f0c6a16737b4482933f))


### Features

* **annotation:** fix missing segment at the end of whisper json annotation ([91d6008](https://github.com/IPS-LMU/octra/commit/91d60083f839c1578f9fc4dc572416eac6fda0e3))
* **annotation:** new converter for WhisperJSON format ([ecc0038](https://github.com/IPS-LMU/octra/commit/ecc00383e6d3f44031440fb664c7880be131fb64))


### BREAKING CHANGES

* **annotation:** check your calls of getLeftSibling() and
getRightSibling() and change parameters to index values.



## [0.1.10](https://github.com/IPS-LMU/octra/compare/annotation-0.1.9...annotation-0.1.10) (2023-11-24)


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

0 comments on commit 6ce2c75

Please sign in to comment.