diff options
author | Sam Potts <sam@potts.es> | 2020-02-10 18:34:26 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-02-10 18:34:26 +0000 |
commit | 156abda66adeae369dce9d565e9c0ca21508e557 (patch) | |
tree | b7a5a2b41443c0101e1a3a6cc5175cfb8229c440 | |
parent | 1619510dcf9e3ccc1693caa20a173aaf2789e346 (diff) | |
download | plyr-156abda66adeae369dce9d565e9c0ca21508e557.tar.lz plyr-156abda66adeae369dce9d565e9c0ca21508e557.tar.xz plyr-156abda66adeae369dce9d565e9c0ca21508e557.zip |
Changelog update
-rw-r--r-- | changelog.md | 1 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index e26e64a1..0c99ed1d 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - Remove all Vimeo controls for Pro & Premium accounts - Improve thumbnail size calculations when size is set per css (thanks @ydylla) - Add previewThumbnails source setter (thanks @ydylla) +- More speed setting logic improvements ### v3.5.7 diff --git a/package.json b/package.json index 5233b1ec..69dd89c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.5.7", + "version": "3.5.8", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", |