Skip to content

Commit

Permalink
chore: release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Jul 19, 2021
1 parent 9a87257 commit b8eda78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Types of changes:

-------------

## 1.4.3 - 2021-07-19
## 1.5.0 - 2021-07-19

### Deprecated

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

### Added
- new property: **imageSizeAttributes**
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-v1.4.3-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
[![Release](https://img.shields.io/badge/release-v1.5.0-blue.svg)](https://github.com/scaleflex/react-cloudimage-responsive/releases)
[![Free plan](https://img.shields.io/badge/price-includes%20free%20plan-green.svg)](https://www.cloudimage.io/en/home#b38181a6-b9c8-4015-9742-7b1a1ad382d5)
[![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)
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cloudimage-responsive-plain",
"version": "1.4.3",
"version": "1.5.0",
"main": "dist/index.js",
"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.",
"author": "scaleflex",
Expand Down Expand Up @@ -39,10 +39,10 @@
"publish-demo": "npm run build-demo && npm run deploy"
},
"dependencies": {
"cloudimage-responsive-utils": "^2.0.7",
"cloudimage-responsive-utils": "^2.3.0",
"core-js": "^3.6.5",
"throttle-debounce": "^2.0.1",
"react-lazyload": "^2.6.7"
"react-lazyload": "^2.6.7",
"throttle-debounce": "^2.0.1"
},
"peerDependencies": {
"react": "^16.3.0",
Expand Down

0 comments on commit b8eda78

Please sign in to comment.