diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e051f6a9..e07bd3f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,15 @@ 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.35.1](https://github.com/nyaruka/floweditor/compare/v1.35.0...v1.35.1) +#### [v1.35.2](https://github.com/nyaruka/floweditor/compare/v1.35.0...v1.35.2) -> 8 August 2024 +> 17 September 2024 +- Bump express from 4.18.2 to 4.21.0 [`#1245`](https://github.com/nyaruka/floweditor/pull/1245) +- Add max length for SetRunResult category [`#1246`](https://github.com/nyaruka/floweditor/pull/1246) - Bump ws from 5.2.3 to 5.2.4 [`#1240`](https://github.com/nyaruka/floweditor/pull/1240) - Display body as note on open ticket action [`#1244`](https://github.com/nyaruka/floweditor/pull/1244) +- Update snapshots [`0f7bf40`](https://github.com/nyaruka/floweditor/commit/0f7bf40a53f1b0b594ba9792b5aed7c1fa76cb9c) #### [v1.35.0](https://github.com/nyaruka/floweditor/compare/v1.34.0...v1.35.0) diff --git a/package.json b/package.json index 2ded70e32..9c95ef45b 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.35.1", + "version": "1.35.2", "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",