Browse Source

Fix issue with tagging 2.5.0 release.

tags/2.5.1
Matthew Petroff 5 years ago
parent
commit
158d825054
3 changed files with 9 additions and 2 deletions
  1. +1
    -1
      VERSION
  2. +7
    -0
      changelog.md
  3. +1
    -1
      package.json

+ 1
- 1
VERSION View File

@@ -1 +1 @@
2.5.0
2.5.1

+ 7
- 0
changelog.md View File

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


Changes in Pannellum 2.5.1 (2019-07-13)
---------------------------------------

Other:
- Fixed issue with tagging 2.5.0 release


Changes in Pannellum 2.5.0 (2019-07-13)
---------------------------------------



+ 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.5.0",
"version": "2.5.1",
"bugs": {
"url": "https://github.com/mpetroff/pannellum/issues"
},


Loading…
Cancel
Save