aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
-rw-r--r--package.json2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2792a078..c268bd13 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
-## v3.6.1
+### v3.6.2
+
+- Fixes for CSS Custom Property related errors in some build tools (thanks @Bashev)
+- Fixes for custom controls as element (thanks @taylorchu)
+- Added missing TypeScript interface for preview thumbnail options (thanks @taylorchu)
+
+### v3.6.1
- Safari bug fix
diff --git a/package.json b/package.json
index 8adf2b46..07cf5ddf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "plyr",
- "version": "3.6.1",
+ "version": "3.6.2",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",