Skip to content

Commit b8eda78

Browse files
author
amrelbialy
committed
chore: release 1.5.0
1 parent 9a87257 commit b8eda78

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Types of changes:
2626

2727
-------------
2828

29-
## 1.4.3 - 2021-07-19
29+
## 1.5.0 - 2021-07-19
3030

3131
### Deprecated
3232

33-
Property **ignoreNodeImgSize** is deprecated. Use **imageSizeAttributes: 'ignore'** instead
33+
- Property **ignoreNodeImgSize** is deprecated. Use **imageSizeAttributes: 'ignore'** instead
3434

3535
### Added
3636
- new property: **imageSizeAttributes**

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.4.3-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
1+
[![Release](https://img.shields.io/badge/release-v1.5.0-blue.svg)](https://github.com/scaleflex/react-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive-plain",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
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,10 +39,10 @@
3939
"publish-demo": "npm run build-demo && npm run deploy"
4040
},
4141
"dependencies": {
42-
"cloudimage-responsive-utils": "^2.0.7",
42+
"cloudimage-responsive-utils": "^2.3.0",
4343
"core-js": "^3.6.5",
44-
"throttle-debounce": "^2.0.1",
45-
"react-lazyload": "^2.6.7"
44+
"react-lazyload": "^2.6.7",
45+
"throttle-debounce": "^2.0.1"
4646
},
4747
"peerDependencies": {
4848
"react": "^16.3.0",

0 commit comments

Comments
 (0)