From f7e23c47af743c30c75cce3d21b05deee4791039 Mon Sep 17 00:00:00 2001 From: Paulo Bernardo Date: Thu, 19 Oct 2023 19:14:57 -0300 Subject: [PATCH] release: 2.6.5 --- WENI-CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/WENI-CHANGELOG.md b/WENI-CHANGELOG.md index e38b0b07e..be8ce770e 100644 --- a/WENI-CHANGELOG.md +++ b/WENI-CHANGELOG.md @@ -1,3 +1,7 @@ +2.6.5 +---------- +- Fix: check stickies before parse + 2.6.4 ---------- - Fix: parse sticky position on definition load diff --git a/package.json b/package.json index 81ec6b0f6..4398f8ef3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@weni/flow-editor", "license": "AGPL-3.0", "repository": "git://github.com/weni-ai/floweditor.git", - "version": "2.6.4", + "version": "2.6.5", "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",