From b8d1f9a32fd6f293647031e967f99cb0259fe570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:34:28 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/flow-schema/CHANGELOG.md | 7 +++++++ packages/flow-schema/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39f5d9c..e2a56c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/flow-schema": "0.0.7", + "packages/flow-schema": "0.0.8", "crates/wavekat-flow": "0.0.4" } diff --git a/packages/flow-schema/CHANGELOG.md b/packages/flow-schema/CHANGELOG.md index 09423db..6798b5b 100644 --- a/packages/flow-schema/CHANGELOG.md +++ b/packages/flow-schema/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.8](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.7...flow-schema-v0.0.8) (2026-07-20) + + +### Features + +* **flow-schema:** add flow version diff ([#34](https://github.com/wavekat/wavekat-flow/issues/34)) ([218802e](https://github.com/wavekat/wavekat-flow/commit/218802ea54de4036672ad7cd344373e3fc7a0ed6)) + ## [0.0.7](https://github.com/wavekat/wavekat-flow/compare/flow-schema-v0.0.6...flow-schema-v0.0.7) (2026-07-20) diff --git a/packages/flow-schema/package.json b/packages/flow-schema/package.json index 10fa972..e64ffd9 100644 --- a/packages/flow-schema/package.json +++ b/packages/flow-schema/package.json @@ -1,6 +1,6 @@ { "name": "@wavekat/flow-schema", - "version": "0.0.7", + "version": "0.0.8", "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",