Skip to content

Commit 7d6db62

Browse files
committed
v1.38.4
1 parent 8319e39 commit 7d6db62

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.38.4](https://github.com/nyaruka/floweditor/compare/v1.38.3...v1.38.4)
8+
9+
> 7 April 2025
10+
11+
- Bump flow spec version to 14.0 [`#1272`](https://github.com/nyaruka/floweditor/pull/1272)
12+
- Blow away node_modules on container rebuild [`8319e39`](https://github.com/nyaruka/floweditor/commit/8319e395bfc3f6baafe5d4e93b21b1eb4a01d1ce)
13+
714
#### [v1.38.3](https://github.com/nyaruka/floweditor/compare/v1.38.2...v1.38.3)
815

916
> 2 April 2025

package.json

+1-1
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.38.3",
5+
"version": "1.38.4",
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)