From d5ca4727c35f178982c7777f844710d09f2b0d4c Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Thu, 4 Jan 2024 02:05:38 +0000 Subject: [PATCH] v1.26.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99d432330..c06a3fb4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2](https://github.com/nyaruka/floweditor/compare/v1.26.1...v1.26.2) + +> 4 January 2024 + +- Make body optional on open ticket actions [`#1214`](https://github.com/nyaruka/floweditor/pull/1214) +- Bump @babel/traverse from 7.9.5 to 7.23.7 [`#1212`](https://github.com/nyaruka/floweditor/pull/1212) +- Bump browserify-sign from 4.0.4 to 4.2.2 [`#1208`](https://github.com/nyaruka/floweditor/pull/1208) +- REmove default values for body and result name for open ticket actions [`04be869`](https://github.com/nyaruka/floweditor/commit/04be869c4f7dd8da16842cc2079260a6f36a0048) + #### [v1.26.1](https://github.com/nyaruka/floweditor/compare/v1.26.0...v1.26.1) > 2 January 2024 diff --git a/package.json b/package.json index ef3e270d6..bd26659a2 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.1", + "version": "1.26.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",