diff --git a/CHANGELOG.md b/CHANGELOG.md index af5b2fc3e..b4240974e 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.24.0](https://github.com/nyaruka/floweditor/compare/v1.23.1...v1.24.0) + +> 5 October 2023 + +- Remove editor icons for temba-icon [`#1202`](https://github.com/nyaruka/floweditor/pull/1202) + #### [v1.23.1](https://github.com/nyaruka/floweditor/compare/v1.23.0...v1.23.1) > 26 September 2023 diff --git a/package.json b/package.json index 11f849176..9c60f596a 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.23.1", + "version": "1.24.0", "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",