From 38060d986c702653bcace8af621ae5274b1c94cb Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 17 Apr 2021 00:27:00 +1000 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0c61ee..ee78dbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v3.6.5 + +- Migrate color formatting to colorette (thanks @jorgebucaran) +- Fix: issue with IE detection +- Fix: missing styles for embeds +- Fix: regression regarding poster image +- Add all required props to vimeo iframe allow attribute - fixes #2151 (thanks @didrip) + ### v3.6.4 - Remove unnecessary calc from media query (thanks @naomiaz) diff --git a/package.json b/package.json index 96a8049c..ad17e8d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.6.4", + "version": "3.6.5", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts ",