From 5f95e413e38317b0cf5fb79a578aa59e1cdf514f Mon Sep 17 00:00:00 2001 From: Gary Katsevman Date: Wed, 28 Sep 2016 17:47:55 -0400 Subject: [PATCH] v5.12.2 --- CHANGELOG.md | 5 ++++- component.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afa3503159..1f7be8d359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ CHANGELOG ========= ## HEAD (Unreleased) -* Changes from 5.11.7 on the 5.12 branch +_(none)_ -------------------- +## 5.12.2 (2016-09-28) +* Changes from 5.11.7 on the 5.12 branch + ## 5.12.1 (2016-08-25) * Changes from 5.11.6 on the 5.12 branch diff --git a/component.json b/component.json index 90c5696e84..676402dc25 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "5.12.1", + "version": "5.12.2", "keywords": [ "videojs", "html5", diff --git a/package.json b/package.json index 36d68b4859..aa937cd720 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "video.js", "description": "An HTML5 and Flash video player with a common API and skin for both.", - "version": "5.12.1", + "version": "5.12.2", "main": "./es5/video.js", "style": "./dist/video-js.css", "copyright": "Copyright Brightcove, Inc. ",