diff --git a/CHANGELOG.md b/CHANGELOG.md index 65fbdd727..88c2aac32 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.1](https://github.com/nyaruka/floweditor/compare/v1.25.0...v1.25.1) + +> 11 December 2023 + +- Create localized format for legacy created compose [`#1207`](https://github.com/nyaruka/floweditor/pull/1207) + #### [v1.25.0](https://github.com/nyaruka/floweditor/compare/v1.24.1...v1.25.0) > 26 October 2023 diff --git a/package.json b/package.json index 92fb954fd..f3cc7ee2f 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.0", + "version": "1.25.1", "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",