diff --git a/CHANGELOG.md b/CHANGELOG.md index 388697a..b30ee9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2024-01-03: v2.3.0 + +- Added `lazy` option to add a `loading="lazy"` attribute to the created iframe + ## 2023-11-24: v2.2.0 - Added embed parameter `userId` diff --git a/package.json b/package.json index 4dea35f..c24cdcb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flat-embed", - "version": "2.2.0", + "version": "2.3.0", "description": "Interact and get events from Flat's Sheet Music Embed", "license": "Apache-2.0", "author": "Flat Team ",