diff --git a/CHANGELOG.md b/CHANGELOG.md index 020c66eb..76cf2b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.27.0](https://github.com/Typeform/embed/compare/v0.26.0...v0.27.0) (2020-11-16) + + +### Features + +* **DIST-512:** Add "size" option for "popup" embed mode ([dc8b919](https://github.com/Typeform/embed/commit/dc8b9198d8aa3c611030d281801276e57b86eff5)) + # [0.26.0](https://github.com/Typeform/embed/compare/v0.25.6...v0.26.0) (2020-11-16) diff --git a/package.json b/package.json index 2fcf0408..032ed26c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@typeform/embed", - "version": "0.26.0", + "version": "0.27.0", "description": "Library to embed Typeforms in your website", "author": "Typeform", "license": "LGPL-3.0-only",