diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdd1f1f..bdc7f68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.1](https://github.com/Typeform/embed/compare/v0.34.0...v0.34.1) (2021-01-27) + + +### Bug Fixes + +* **DIST-629:** Update iframe reload logic ([a781a94](https://github.com/Typeform/embed/commit/a781a944b1df10927056be10952ca90472cdf8a1)) + # [0.34.0](https://github.com/Typeform/embed/compare/v0.33.2...v0.34.0) (2021-01-21) diff --git a/package.json b/package.json index 2354ea6d..055889ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeform/embed", - "version": "0.34.0", + "version": "0.34.1", "description": "Library to embed typeform in your website", "author": "Typeform", "license": "LGPL-3.0-only",