diff --git a/CHANGELOG.md b/CHANGELOG.md index 467650c..b00948c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ Types of changes: - ... ------------- +## 2.7.9 - 2022-02-27 +### Fixed +- typo in documentation + ## 2.7.8 - 2022-02-27 ### Added - possibility to add new view to CI360 views diff --git a/README.md b/README.md index 182dcb6..e831565 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Release](https://img.shields.io/badge/release-v2.7.8-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases) +[![Release](https://img.shields.io/badge/release-v2.7.9-blue.svg)](https://github.com/scaleflex/js-cloudimage-360-view/releases) [![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Scaleflex team](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-the%20Scaleflex%20team-6986fa.svg)](https://www.scaleflex.it/en/home) diff --git a/examples/src/index.html b/examples/src/index.html index 265de45..ad4f66a 100644 --- a/examples/src/index.html +++ b/examples/src/index.html @@ -470,7 +470,7 @@
Include the following script into your project after all content in body tag
diff --git a/package.json b/package.json index 520bc9d..3b0ca54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-cloudimage-360-view", - "version": "2.7.8", + "version": "2.7.9", "main": "dist/index.js", "description": "", "author": "scaleflex",