From 6317b09b6ef09b4e67b5815eeec7706527bb23e9 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Tue, 2 Jan 2024 21:30:29 +0000 Subject: [PATCH] v1.26.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c2aac32..dd9945276 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.0](https://github.com/nyaruka/floweditor/compare/v1.25.1...v1.26.0) + +> 2 January 2024 + +- Remove support for ticketers [`#1211`](https://github.com/nyaruka/floweditor/pull/1211) + #### [v1.25.1](https://github.com/nyaruka/floweditor/compare/v1.25.0...v1.25.1) > 11 December 2023 diff --git a/package.json b/package.json index f3cc7ee2f..8e918c01a 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.25.1", + "version": "1.26.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",