Skip to content

Commit a2e2e54

Browse files
update to new version v1.0.7
1 parent 8a80fa7 commit a2e2e54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.0.6-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.0.7-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
22
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
33
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](#contributing)
44
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@@ -93,7 +93,7 @@ CDN traffic per month for free.
9393
Add script tag with CDN link to js-cloudimage-responsive
9494

9595
```javascript
96-
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/v1.0.6.min.js"></script>
96+
<script src="https://cdn.scaleflex.it/filerobot/js-cloudimage-responsive/v1.0.7.min.js"></script>
9797
```
9898

9999
or using npm

Diff for: examples/src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h2 class="text-center">Ready to get started?</h2>
389389
// lazy load is a separate feature
390390
&lt;script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/lazysizes.min.js"&gt;&lt;/script&gt;
391391
// main core
392-
&lt;script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/v1.0.6.min.js"&gt;&lt;/script&gt;
392+
&lt;script src="https://scaleflex.airstore.io/filerobot/js-cloudimage-responsive/v1.0.7.min.js"&gt;&lt;/script&gt;
393393
</code></pre>
394394
</figure>
395395
</div>

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cloudimage-responsive",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"main": "dist/index.js",
55
"description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.",
66
"author": "scaleflex",

0 commit comments

Comments
 (0)