From 928021b11b3d0954246bfef43416d26da29ec25f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Feb 2021 12:39:58 +0000 Subject: [PATCH] chore(release): 0.34.2 [skip ci] ## [0.34.2](https://github.com/Typeform/embed/compare/v0.34.1...v0.34.2) (2021-02-04) ### Bug Fixes * **DIST-713:** Force iframe redraw onLoad ([#146](https://github.com/Typeform/embed/issues/146)) ([1c675a0](https://github.com/Typeform/embed/commit/1c675a0b79f089789d934b55668a99bef897c143)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc7f68f..db98189b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.2](https://github.com/Typeform/embed/compare/v0.34.1...v0.34.2) (2021-02-04) + + +### Bug Fixes + +* **DIST-713:** Force iframe redraw onLoad ([#146](https://github.com/Typeform/embed/issues/146)) ([1c675a0](https://github.com/Typeform/embed/commit/1c675a0b79f089789d934b55668a99bef897c143)) + ## [0.34.1](https://github.com/Typeform/embed/compare/v0.34.0...v0.34.1) (2021-01-27) diff --git a/package.json b/package.json index 055889ed..111620c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeform/embed", - "version": "0.34.1", + "version": "0.34.2", "description": "Library to embed typeform in your website", "author": "Typeform", "license": "LGPL-3.0-only",