diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6052a6..dd4ccdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.7](https://github.com/Typeform/embed/compare/v0.34.6...v0.34.7) (2021-03-23) + + +### Bug Fixes + +* **DIST-682:** Send post message only if the form is present on page ([3d3c5a5](https://github.com/Typeform/embed/commit/3d3c5a599b43a1280ea9cc8acfd7716a0358679e)) + ## [0.34.6](https://github.com/Typeform/embed/compare/v0.34.5...v0.34.6) (2021-02-15) diff --git a/package.json b/package.json index 26a4a54a..f6abace2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeform/embed", - "version": "0.34.6", + "version": "0.34.7", "description": "Library to embed typeform in your website", "author": "Typeform", "license": "LGPL-3.0-only",