From 4ca7597649df1b09b0b974a1c4f3ec0499e244b2 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Tue, 4 Feb 2025 17:51:14 +0000 Subject: [PATCH] v1.37.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb41b4ba8..c431305c9 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.37.2](https://github.com/nyaruka/floweditor/compare/v1.37.1...v1.37.2) + +> 4 February 2025 + +- Deprecation message for facebook topics [`3a55ff1`](https://github.com/nyaruka/floweditor/commit/3a55ff16ab4f84c4937506ecd9051dd7cf94220e) + #### [v1.37.1](https://github.com/nyaruka/floweditor/compare/v1.37.0...v1.37.1) > 16 December 2024 diff --git a/package.json b/package.json index 071be94ec..5d2a6c484 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.37.1", + "version": "1.37.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",