From d46b91fa6eca9f2038ba578beafc3816515a0729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:36:54 +0000 Subject: [PATCH] chore(main): release block-kitchen 0.10.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0265709..0347355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.12" + ".": "0.10.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a10c6..dc98c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.13](https://github.com/TightknitAI/block-kitchen/compare/block-kitchen-v0.10.12...block-kitchen-v0.10.13) (2026-09-01) + + +### Bug Fixes + +* sanitize video block URL fields and scrub iframe sources ([f2359d5](https://github.com/TightknitAI/block-kitchen/commit/f2359d526c81a8e40f2e48c4838889e57a2560a4)) +* sanitize video block URL fields and scrub iframe sources ([565ca8d](https://github.com/TightknitAI/block-kitchen/commit/565ca8d8bcc867bdc54383a7ea44019c2d0c0929)) + ## [0.10.12](https://github.com/TightknitAI/block-kitchen/compare/block-kitchen-v0.10.11...block-kitchen-v0.10.12) (2026-08-31) diff --git a/package.json b/package.json index dd9fa27..27ab693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tightknitai/block-kitchen", - "version": "0.10.12", + "version": "0.10.13", "description": "A drag-and-drop, no-code-friendly visual builder for Slack Block Kit messages. Integration-agnostic React component.", "type": "module", "main": "./dist/index.cjs",