From 765262f5fa45a69aa0dd3317a9bbe81e3c43b49d Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Tue, 2 Jul 2024 21:12:50 +0000 Subject: [PATCH] v1.34.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002fc1a56..ddab45053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.34.0](https://github.com/nyaruka/floweditor/compare/v1.33.0...v1.34.0) + +> 2 July 2024 + +- Don't allow localization of wa templates [`#1242`](https://github.com/nyaruka/floweditor/pull/1242) +- Update hucky precommit [`3dd6538`](https://github.com/nyaruka/floweditor/commit/3dd6538eaeea1ed83e6d81c806f7a896289a647a) +- Update snapshots [`d30b8a5`](https://github.com/nyaruka/floweditor/commit/d30b8a5d737a26bfd8fb9d2b7d09dc6021023d38) + #### [v1.33.0](https://github.com/nyaruka/floweditor/compare/v1.32.2...v1.33.0) > 7 June 2024 diff --git a/package.json b/package.json index 0595adf82..05d305ba7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@nyaruka/flow-editor", "license": "AGPL-3.0", "repository": "git://github.com/nyaruka/floweditor.git", - "version": "1.33.0", + "version": "1.34.0", "description": "'Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.'", "browser": "umd/flow-editor.min.js", "unpkg": "umd/flow-editor.min.js",