Skip to content

Commit cd2686b

Browse files
committed
Chore: Release v1.6.9
1 parent cb30e8c commit cd2686b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Types of changes:
2525
- ...
2626

2727
-------------
28+
## 1.6.9 - 2022-04-29
29+
### Fixed
30+
- Low preview image width
31+
2832
## 1.6.8 - 2022-04-26
2933
### Fixed
3034
- Low preview image width

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Release](https://img.shields.io/badge/release-v1.6.8-blue.svg)](https://github.com/scaleflex/js-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.6.9-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)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive-plain",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
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.",
66
"author": "scaleflex",
@@ -39,7 +39,7 @@
3939
"publish-demo": "npm run build-demo && npm run deploy"
4040
},
4141
"dependencies": {
42-
"cloudimage-responsive-utils": "^2.4.8",
42+
"cloudimage-responsive-utils": "^2.4.9",
4343
"core-js": "^3.6.5",
4444
"react-lazyload": "^2.6.7",
4545
"throttle-debounce": "^2.0.1"

0 commit comments

Comments
 (0)