From f3a4153cc1cb8a0afc3b67f5c577ab1e71dff6ea Mon Sep 17 00:00:00 2001 From: julianpoemp Date: Sat, 22 Jun 2019 09:12:23 +0200 Subject: [PATCH] finished release v1.0.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 616d59e..00cc3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.0.2](https://github.com/IPS-LMU/oh-portal/compare/v1.0.1...v1.0.2) (2019-06-22) + +### Features + +* **Popover:** option to paste the error message to the clipboard + + +### Bug Fixes + +* **ASR:** fixed failing ASR +* **Popover:** counter didn't stop on error + ## [1.0.1](https://github.com/IPS-LMU/oh-portal/compare/v1.0.0...v1.0.1) (2019-01-25) diff --git a/package.json b/package.json index e6211b9..fb993b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oh-portal", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "author": "Julian Pömp, Christoph Draxler; Institut für Phonetik und Sprachverarbeitung, LMU MÜnchen", "scripts": {