From 979542a77f3ef07c7896212371ab23044e14650a Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Wed, 1 May 2024 20:45:26 +0000 Subject: [PATCH] v1.32.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df87eb67..8a8b3f1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1](https://github.com/nyaruka/floweditor/compare/v1.32.0...v1.32.1) + +> 1 May 2024 + +- Make sure loader animation doesn't wrap [`#1234`](https://github.com/nyaruka/floweditor/pull/1234) + #### [v1.32.0](https://github.com/nyaruka/floweditor/compare/v1.31.0...v1.32.0) > 1 May 2024 diff --git a/package.json b/package.json index 16bff1cac..6b04d7b13 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.0", + "version": "1.32.1", "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",