diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecf86f0c..ad3cb4008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.7.0](https://github.com/streamich/react-embed/compare/v3.6.0...v3.7.0) (2023-07-04) + + +### Features + +* 🎸 add CodeSandbox support ([f6e507c](https://github.com/streamich/react-embed/commit/f6e507ca6c03df714b062779550abc5bc10d2a7b)) + # [3.6.0](https://github.com/streamich/react-embed/compare/v3.5.1...v3.6.0) (2022-04-19) diff --git a/package.json b/package.json index a4305de08..dcd15d241 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-embed", - "version": "3.6.0", + "version": "3.7.0", "description": "", "author": { "name": "streamich",