diff --git a/CHANGELOG.md b/CHANGELOG.md index 31235437b..1f681a361 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.36.3](https://github.com/nyaruka/floweditor/compare/v1.36.2...v1.36.3) + +> 23 November 2024 + +- Remove unused method [`23aaf6d`](https://github.com/nyaruka/floweditor/commit/23aaf6d66621017a4c3c9a055fd327b3092ce9f8) + #### [v1.36.2](https://github.com/nyaruka/floweditor/compare/v1.36.0...v1.36.2) > 23 November 2024 diff --git a/package.json b/package.json index a53e9ce0d..01ec8804c 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.36.2", + "version": "1.36.3", "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",