Skip to content

Commit

Permalink
chore: build v2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Wagdy committed Feb 27, 2022
1 parent 0f9eb64 commit 896025b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion examples/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ <h2 class="text-center">Ready to get started?</h2>
<p>Include the following script into your project after all content in body tag</p>
<figure class="highlight">
<pre><code class="javascript">
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.8/js-cloudimage-360-view.min.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/2.7.9/js-cloudimage-360-view.min.js"&gt;&lt;/script&gt;
</code></pre>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cloudimage-360-view",
"version": "2.7.8",
"version": "2.7.9",
"main": "dist/index.js",
"description": "",
"author": "scaleflex",
Expand Down

0 comments on commit 896025b

Please sign in to comment.