diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aef3f76..63a54f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.19.10" + ".": "1.19.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c11983d..001f64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ * **recording:** preserve final chunk, render markdown summaries, show mic level ([de00ac2](https://github.com/Endika/mintza/commit/de00ac25cee3ed177625fd2da801697514272c50)) +## [1.19.11](https://github.com/Endika/mintza/compare/v1.19.10...v1.19.11) (2026-08-12) + + +### Chores + +* **deps-dev:** bump fake-indexeddb from 5.0.2 to 6.2.5 ([#63](https://github.com/Endika/mintza/issues/63)) ([9d2bf3e](https://github.com/Endika/mintza/commit/9d2bf3e7038b9a2a0042b17095eaeed64c37bdb3)) +* **deps-dev:** bump the dev-dependencies group with 2 updates ([f17fb74](https://github.com/Endika/mintza/commit/f17fb7475d6cfb2067003b4f3a7215e7913e764d)) + ## [1.19.10](https://github.com/Endika/mintza/compare/v1.19.9...v1.19.10) (2026-08-04) diff --git a/package-lock.json b/package-lock.json index 9a313fd..802e2d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mintza", - "version": "1.19.10", + "version": "1.19.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mintza", - "version": "1.19.10", + "version": "1.19.11", "dependencies": { "jspdf": "^4.2.1" }, diff --git a/package.json b/package.json index 4b5d883..57381b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mintza", "private": true, - "version": "1.19.10", + "version": "1.19.11", "type": "module", "description": "From talk to insight — PWA de transcripción y resúmenes de reuniones", "scripts": {