diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dae084a..39f5d9c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/flow-schema": "0.0.6", + "packages/flow-schema": "0.0.7", "crates/wavekat-flow": "0.0.4" } diff --git a/packages/flow-schema/CHANGELOG.md b/packages/flow-schema/CHANGELOG.md index ad7c550..09423db 100644 --- a/packages/flow-schema/CHANGELOG.md +++ b/packages/flow-schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.6...flow-schema-v0.0.7) (2026-07-20) + + +### Bug Fixes + +* **flow-schema:** decode audio prompt transcript in TS parser ([#32](https://github.com/wavekat/wavekat-flow/issues/32)) ([dd8761a](https://github.com/wavekat/wavekat-flow/commit/dd8761a474bb2783211e0b62e1c0e66469778923)) + ## [0.0.6](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.5...flow-schema-v0.0.6) (2026-07-20) diff --git a/packages/flow-schema/package.json b/packages/flow-schema/package.json index a9cbc65..10fa972 100644 --- a/packages/flow-schema/package.json +++ b/packages/flow-schema/package.json @@ -1,6 +1,6 @@ { "name": "@wavekat/flow-schema", - "version": "0.0.6", + "version": "0.0.7", "description": "TypeScript model, JSON Schema, and structural validator for the WaveKat call-flow (\"Receptionist\") format. Types are generated from the normative schema at ../../schema/flow.v1.schema.json.", "type": "module", "license": "Apache-2.0",