diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a76f44b..fbefb254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.34.4](https://github.com/Typeform/embed/compare/v0.34.3...v0.34.4) (2021-02-04) + + +### Bug Fixes + +* **DIST-713:** Removed extra timing ([#149](https://github.com/Typeform/embed/issues/149)) ([04d64ab](https://github.com/Typeform/embed/commit/04d64ab189b58ce10d2bea90792c2ebb35d60795)) + ## [0.34.3](https://github.com/Typeform/embed/compare/v0.34.2...v0.34.3) (2021-02-04) diff --git a/package.json b/package.json index 9d81945f..7cda2197 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeform/embed", - "version": "0.34.3", + "version": "0.34.4", "description": "Library to embed typeform in your website", "author": "Typeform", "license": "LGPL-3.0-only",