From f85e82953ba278ddd324ef62300d3a724260c5d8 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sun, 20 Nov 2016 20:15:04 -0500 Subject: [PATCH] Prep for release. --- VERSION | 2 +- changelog.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2bf1c1cc..f90b1afc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.1 +2.3.2 diff --git a/changelog.md b/changelog.md index a1ce7b96..217ed157 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,14 @@ Changelog ========= +Changes in Pannellum 2.3.2 +-------------------------- + +Bugfixes: + + - Fix Chrome fullscreen regression introduced in 2.3.1 + + Changes in Pannellum 2.3.1 -------------------------- diff --git a/package.json b/package.json index 9f6c83ce..a63f465d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pannellum", "description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.", - "version": "2.3.1", + "version": "2.3.2", "bugs": { "url": "https://github.com/mpetroff/pannellum/issues" },