Skip to content

Commit c417003

Browse files
author
Amr Wagdy
committed
Chore: Release v3.6.4
1 parent 9cc9d14 commit c417003

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

2929
-------------
30+
## 3.6.4 - 2022-08-04
31+
### Fixed
32+
- prop-types dependency
33+
3034
## 3.6.3 - 2022-08-04
3135
### Changed
3236
- Support React 18

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-cloudimage-responsive",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
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",
@@ -41,6 +41,7 @@
4141
},
4242
"dependencies": {
4343
"cloudimage-responsive-utils": "^2.4.9",
44+
"prop-types": "15.8.1",
4445
"core-js": "^3.15.2",
4546
"react-lazyload": "^3.2.0",
4647
"throttle-debounce": "^3.0.1"

0 commit comments

Comments
 (0)