diff options
author | Sam Potts <sam@potts.es> | 2019-02-23 13:09:26 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-23 13:09:26 +1100 |
commit | 83eda174af655534223d0855a1748b08eb1db6e1 (patch) | |
tree | 13dd2501e2065516ad7b7a4ffea0f12908514636 | |
parent | 1c29cb890ef9c2e9a4609052adb8b3565797cfa6 (diff) | |
download | plyr-83eda174af655534223d0855a1748b08eb1db6e1.tar.lz plyr-83eda174af655534223d0855a1748b08eb1db6e1.tar.xz plyr-83eda174af655534223d0855a1748b08eb1db6e1.zip |
v3.5.1
-rw-r--r-- | changelog.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
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>", |