diff --git a/CHANGELOG.md b/CHANGELOG.md index d90e622a..03273ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.25.2](https://github.com/Typeform/embed/compare/v0.25.1...v0.25.2) (2020-10-05) + + +### Bug Fixes + +* **DIST-459:** Remove device-specific hacks that are no longer needed ([a2b02bf](https://github.com/Typeform/embed/commit/a2b02bf07e575f3feadb4db2ce7f62d903e9f047)) + ## [0.25.1](https://github.com/Typeform/embed/compare/v0.25.0...v0.25.1) (2020-09-21) diff --git a/package.json b/package.json index 98da1d6d..6af5db10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeform/embed", - "version": "0.25.1", + "version": "0.25.2", "description": "Library to embed Typeforms in your website", "author": "Typeform", "license": "LGPL-3.0-only",