From 3f796f581bf7a14860784eaaf4dbf9d92d0f331d Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Tue, 3 Dec 2024 18:16:50 +0000 Subject: [PATCH] v1.37.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d3e08a6..9a1cc3b97 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.0](https://github.com/nyaruka/floweditor/compare/v1.36.5...v1.37.0) + +> 3 December 2024 + +- Bump to flow spec 13.6 [`#1257`](https://github.com/nyaruka/floweditor/pull/1257) + #### [v1.36.5](https://github.com/nyaruka/floweditor/compare/v1.36.3...v1.36.5) > 2 December 2024 diff --git a/package.json b/package.json index 803d343d1..64aa67f3f 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.36.5", + "version": "1.37.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",