From 83eda174af655534223d0855a1748b08eb1db6e1 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 23 Feb 2019 13:09:26 +1100 Subject: [PATCH] v3.5.1 --- changelog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ",