Skip to content

Commit d54282a

Browse files
author
Amr Wagdy
committed
chore: release of new version 1.3.2 🚀
1 parent 01f3424 commit d54282a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Types of changes:
2828
- ...
2929

3030
---
31+
## 1.3.2 - 2022-02-09
32+
### Fixed
33+
- change devicePixelRatioList to [1, 1.5, 2]
34+
3135
## 1.3.1 - 2022-1-4
3236
### updated
3337
- utils version to fix img-src starts with "//"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.3.1-blue.svg)](https://github.com/scaleflex/vue-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.3.2-blue.svg)](https://github.com/scaleflex/vue-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)
@@ -329,7 +329,7 @@ For example
329329
330330
### devicePixelRatioList
331331
332-
###### Type: **[Number,...]** | Default: **[1, 1.5, 2, 3, 4]** | _optional_
332+
###### Type: **[Number,...]** | Default: **[1, 1.5, 2]** | _optional_
333333
334334
List of supported device pixel ratios. If there is no need to support retina devices, you should set empty array `devicePixelRatioList: []`
335335

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cloudimage-responsive-plain",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"main": "dist/index.cjs.js",
55
"module": "dist/index.es.js",
66
"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 blur hash placeholder.",
@@ -36,7 +36,7 @@
3636
"publish-demo": "npm run build-demo && npm run deploy"
3737
},
3838
"dependencies": {
39-
"cloudimage-responsive-utils": "^2.4.2",
39+
"cloudimage-responsive-utils": "^2.4.4",
4040
"core-js": "^3.6.5",
4141
"throttle-debounce": "^2.2.1"
4242
},

0 commit comments

Comments
 (0)