Skip to content

Commit f3c4333

Browse files
committed
v1.37.1
1 parent ccf5d66 commit f3c4333

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.37.1](https://github.com/nyaruka/floweditor/compare/v1.37.0...v1.37.1)
8+
9+
> 16 December 2024
10+
11+
- Remove no longer used waiting_exits from flow metadata [`#1258`](https://github.com/nyaruka/floweditor/pull/1258)
12+
713
#### [v1.37.0](https://github.com/nyaruka/floweditor/compare/v1.36.5...v1.37.0)
814

915
> 3 December 2024

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nyaruka/flow-editor",
33
"license": "AGPL-3.0",
44
"repository": "git://github.com/nyaruka/floweditor.git",
5-
"version": "1.37.0",
5+
"version": "1.37.1",
66
"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.'",
77
"browser": "umd/flow-editor.min.js",
88
"unpkg": "umd/flow-editor.min.js",

0 commit comments

Comments
 (0)