aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--changelog.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 4ec4203f..30566169 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## v3.5.1
+
+- Fixed build issues with babel and browserslist
+
## v3.5.0
- Preview seek/scrubbing thumbnails (thanks @jamesoflol)
diff --git a/package.json b/package.json
index 234577d2..bd9a72c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "plyr",
- "version": "3.5.0",
+ "version": "3.5.1",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",