From c7b7ddc4cba419927367ee4ce4e5a1af46f4f914 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Thu, 4 Jan 2024 16:03:13 +0000 Subject: [PATCH] v1.26.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06a3fb4e..a140d3808 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.26.3](https://github.com/nyaruka/floweditor/compare/v1.26.2...v1.26.3) + +> 4 January 2024 + +- Revert change to remove result name default on open ticket action [`5f7e185`](https://github.com/nyaruka/floweditor/commit/5f7e1853b1a7ca4a12918f04bc3b96cf21ba3354) + #### [v1.26.2](https://github.com/nyaruka/floweditor/compare/v1.26.1...v1.26.2) > 4 January 2024 diff --git a/package.json b/package.json index bd26659a2..32d07f070 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.26.2", + "version": "1.26.3", "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",