From ea2a501eab6ca8a8f49d68ead98a7f3dd0ada342 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 3 Mar 2018 20:24:49 -0500 Subject: [PATCH] Prep for release. --- VERSION | 2 +- changelog.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 197c4d5..005119b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.4.1 diff --git a/changelog.md b/changelog.md index 2fc4538..1730ba6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,15 @@ Changelog ========= +Changes in Pannellum 2.4.1 +-------------------------- + +Bugfixes: + + - Fix touch input issue in Chrome + - The API's `loadScene` method now works when no scenes have been loaded yet + + Changes in Pannellum 2.4.0 -------------------------- diff --git a/package.json b/package.json index 3a16d5f..2098676 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.4.0", + "version": "2.4.1", "bugs": { "url": "https://github.com/mpetroff/pannellum/issues" },