diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d4297b..d0d087a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.18.8" + ".": "1.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 93042d1..20091a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ * **recording:** preserve final chunk, render markdown summaries, show mic level ([de00ac2](https://github.com/Endika/mintza/commit/de00ac25cee3ed177625fd2da801697514272c50)) +## [1.19.0](https://github.com/Endika/mintza/compare/v1.18.8...v1.19.0) (2026-06-04) + + +### Features + +* reliable mobile recording (wake lock + Whisper anti-hallucination) ([#18](https://github.com/Endika/mintza/issues/18)) ([2b550ab](https://github.com/Endika/mintza/commit/2b550aba5a2cbc4e1c80079211429a5c75a96771)) + ## [1.18.8](https://github.com/Endika/mintza/compare/v1.18.7...v1.18.8) (2026-05-22) diff --git a/package-lock.json b/package-lock.json index eec187f..12180d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mintza", - "version": "1.18.8", + "version": "1.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mintza", - "version": "1.18.8", + "version": "1.19.0", "dependencies": { "jspdf": "^4.2.1" }, diff --git a/package.json b/package.json index 43508ae..0d9217f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mintza", "private": true, - "version": "1.18.8", + "version": "1.19.0", "type": "module", "description": "From talk to insight — PWA de transcripción y resúmenes de reuniones", "scripts": {