From c4d83a8bf9bc386250506ee8aef13660d95e3b9e Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Fri, 29 Mar 2024 18:39:11 +0000 Subject: [PATCH] v1.29.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99300f8d9..7b741ed20 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.29.0](https://github.com/nyaruka/floweditor/compare/v1.28.0...v1.29.0) + +> 29 March 2024 + +- Update template editor for comps as list [`#1229`](https://github.com/nyaruka/floweditor/pull/1229) + #### [v1.28.0](https://github.com/nyaruka/floweditor/compare/v1.27.2...v1.28.0) > 17 March 2024 diff --git a/package.json b/package.json index 022e3d7f9..bf7ba730b 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.28.0", + "version": "1.29.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",