Skip to content

Commit e5996ce

Browse files
committed
v1.36.1
1 parent 93c535e commit e5996ce

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Diff for: CHANGELOG.md

+13-2
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.36.1](https://github.com/nyaruka/floweditor/compare/v1.36.0...v1.36.1)
8+
9+
> 21 November 2024
10+
11+
- Disable topic creation [`#1253`](https://github.com/nyaruka/floweditor/pull/1253)
12+
713
#### [v1.36.0](https://github.com/nyaruka/floweditor/compare/v1.35.2...v1.36.0)
814

915
> 8 November 2024
@@ -12,15 +18,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1218
- Fix for test assets [`547a849`](https://github.com/nyaruka/floweditor/commit/547a849fdf242243625b4225ca8d71a4b1e03915)
1319
- Fix error function name [`b1d0ef6`](https://github.com/nyaruka/floweditor/commit/b1d0ef66c410006d26587a080184ab8e092caa05)
1420

15-
#### [v1.35.2](https://github.com/nyaruka/floweditor/compare/v1.35.0...v1.35.2)
21+
#### [v1.35.2](https://github.com/nyaruka/floweditor/compare/v1.35.1...v1.35.2)
1622

1723
> 17 September 2024
1824
1925
- Bump express from 4.18.2 to 4.21.0 [`#1245`](https://github.com/nyaruka/floweditor/pull/1245)
2026
- Add max length for SetRunResult category [`#1246`](https://github.com/nyaruka/floweditor/pull/1246)
27+
- Update snapshots [`0f7bf40`](https://github.com/nyaruka/floweditor/commit/0f7bf40a53f1b0b594ba9792b5aed7c1fa76cb9c)
28+
29+
#### [v1.35.1](https://github.com/nyaruka/floweditor/compare/v1.35.0...v1.35.1)
30+
31+
> 8 August 2024
32+
2133
- Bump ws from 5.2.3 to 5.2.4 [`#1240`](https://github.com/nyaruka/floweditor/pull/1240)
2234
- Display body as note on open ticket action [`#1244`](https://github.com/nyaruka/floweditor/pull/1244)
23-
- Update snapshots [`0f7bf40`](https://github.com/nyaruka/floweditor/commit/0f7bf40a53f1b0b594ba9792b5aed7c1fa76cb9c)
2435

2536
#### [v1.35.0](https://github.com/nyaruka/floweditor/compare/v1.34.0...v1.35.0)
2637

Diff for: 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.36.0",
5+
"version": "1.36.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)