diff options
author | Sam Potts <sam@potts.es> | 2021-04-20 08:28:23 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2021-04-20 08:28:23 +1000 |
commit | 32444c9851414a1f1947add04e4c3be47b964b0e (patch) | |
tree | 3e75d77974301c4d7740dc7a841683611b36c9ff /package.json | |
parent | b93dcc43ad22525354eb89e9e34c601e8a0924e3 (diff) | |
download | plyr-32444c9851414a1f1947add04e4c3be47b964b0e.tar.lz plyr-32444c9851414a1f1947add04e4c3be47b964b0e.tar.xz plyr-32444c9851414a1f1947add04e4c3be47b964b0e.zip |
v3.6.7
- Fix: remove regression caused by optional chaining and nullish coalescing in check for `window.CSS` check for aspect-ratio (fixes #2174)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f69a50fe..9be9a272 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plyr", - "version": "3.6.6", + "version": "3.6.7", "description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player", "homepage": "https://plyr.io", "author": "Sam Potts <sam@potts.es>", |