diff --git a/CHANGELOG.md b/CHANGELOG.md index b883f3a41..b5b156010 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.2](https://github.com/nyaruka/floweditor/compare/v1.27.1...v1.27.2) + +> 7 March 2024 + +- Don't update template variables if tab is never visited [`#1225`](https://github.com/nyaruka/floweditor/pull/1225) +- Update test snapshot [`5be59a5`](https://github.com/nyaruka/floweditor/commit/5be59a576792e1cb71915db60808008bec1b2ccf) + #### [v1.27.1](https://github.com/nyaruka/floweditor/compare/v1.27.0...v1.27.1) > 7 March 2024 diff --git a/package.json b/package.json index 83b6ca5a8..c79f4306a 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.1", + "version": "1.27.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",