diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d1fb651..b883f3a41 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.27.1](https://github.com/nyaruka/floweditor/compare/v1.27.0...v1.27.1) + +> 7 March 2024 + +- Update template editor to support button.0 [`#1224`](https://github.com/nyaruka/floweditor/pull/1224) + #### [v1.27.0](https://github.com/nyaruka/floweditor/compare/v1.26.5...v1.27.0) > 6 March 2024 diff --git a/package.json b/package.json index 6e952d65f..83b6ca5a8 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.27.0", + "version": "1.27.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",