Browse Source

Prep for release.

tags/2.2.1
Matthew Petroff 8 years ago
parent
commit
77816bac55
3 changed files with 16 additions and 2 deletions
  1. +1
    -1
      VERSION
  2. +14
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.2.0
2.2.1

+ 14
- 0
changelog.md View File

@@ -2,6 +2,20 @@ Changelog
=========


Changes in Pannellum 2.2.1
--------------------------

New Features:

- NPM support

Improvements:

- Set `Accept` header to request images
- Ensure `hfov` is a number
- Better restriction on yaw range


Changes in Pannellum 2.2.0
--------------------------



+ 1
- 1
package.json View File

@@ -1,7 +1,7 @@
{
"name": "pannellum",
"description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.",
"version": "2.2.0",
"version": "2.2.1",
"bugs": {
"url": "https://github.com/mpetroff/pannellum/issues"
},


Loading…
Cancel
Save