From de048ae6bc2a17fe323a8686cd590e72989389e3 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Wed, 25 Oct 2023 18:31:42 -0700 Subject: [PATCH] v1.25.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ee93f2..65fbdd727 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.25.0](https://github.com/nyaruka/floweditor/compare/v1.24.1...v1.25.0) + +> 26 October 2023 + +- Update revision url [`0b89216`](https://github.com/nyaruka/floweditor/commit/0b89216051dd728f969e1828afb3b1ec512311c6) + #### [v1.24.1](https://github.com/nyaruka/floweditor/compare/v1.24.0...v1.24.1) > 23 October 2023 diff --git a/package.json b/package.json index 570aacc35..92fb954fd 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.24.1", + "version": "1.25.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",