From df926c0f5ee2146dbbec4a604c2a29dd9e3d11a7 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Fri, 3 May 2024 20:00:13 +0000 Subject: [PATCH] v1.32.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a8b3f1ea..35ab6ddbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.32.2](https://github.com/nyaruka/floweditor/compare/v1.32.1...v1.32.2) + +> 3 May 2024 + +- Simplify template configuration [`#1235`](https://github.com/nyaruka/floweditor/pull/1235) +- Update test snapshot [`743ea58`](https://github.com/nyaruka/floweditor/commit/743ea5831dcb484d6f5a60fce05726c71d2c8d5b) + #### [v1.32.1](https://github.com/nyaruka/floweditor/compare/v1.32.0...v1.32.1) > 1 May 2024 diff --git a/package.json b/package.json index 6b04d7b13..9c62a4150 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.32.1", + "version": "1.32.2", "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",