diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ab6ddbb..002fc1a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.33.0](https://github.com/nyaruka/floweditor/compare/v1.32.2...v1.33.0) + +> 7 June 2024 + +- Template attachments [`#1239`](https://github.com/nyaruka/floweditor/pull/1239) +- Allow whatsapp templates to pick attachments [`4aaafb4`](https://github.com/nyaruka/floweditor/commit/4aaafb41092c77ed134631c6507a96ac104aff87) +- Standardize devcontainer setup [`ca01b71`](https://github.com/nyaruka/floweditor/commit/ca01b71564b4ce1c1b2d3f2c10f9cd727c9fade3) +- Standardize devcontainer setup [`d8d88b5`](https://github.com/nyaruka/floweditor/commit/d8d88b582892c2ddbea8861a7fe9ba42d7d91ae7) + #### [v1.32.2](https://github.com/nyaruka/floweditor/compare/v1.32.1...v1.32.2) > 3 May 2024 @@ -32,15 +41,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Heavier fonts [`#1232`](https://github.com/nyaruka/floweditor/pull/1232) - Update static components [`1150f41`](https://github.com/nyaruka/floweditor/commit/1150f41835c9741215c8f1ca9333bc47e86e6b6b) -#### [v1.30.0](https://github.com/nyaruka/floweditor/compare/v1.29.0...v1.30.0) +#### [v1.30.0](https://github.com/nyaruka/floweditor/compare/v1.29.1...v1.30.0) > 9 April 2024 - Change components bundling [`#1231`](https://github.com/nyaruka/floweditor/pull/1231) -- Remove unused environment endpoint [`#1230`](https://github.com/nyaruka/floweditor/pull/1230) - Update components include [`a87a6b4`](https://github.com/nyaruka/floweditor/commit/a87a6b49a21c45c732d962a59c006a3f49afe9ba) - Changle on components are pulled in [`44562a9`](https://github.com/nyaruka/floweditor/commit/44562a9a7ee01b18ca496676a3c5e9fdb98148a1) +#### [v1.29.1](https://github.com/nyaruka/floweditor/compare/v1.29.0...v1.29.1) + +> 3 April 2024 + +- Remove unused environment endpoint [`#1230`](https://github.com/nyaruka/floweditor/pull/1230) + #### [v1.29.0](https://github.com/nyaruka/floweditor/compare/v1.28.0...v1.29.0) > 29 March 2024 diff --git a/package.json b/package.json index 9c62a4150..0aac6167e 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.32.2", + "version": "1.33.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",