From 921a6c2d8d8398a9ab3ce2fdd18da2ea98b82e0d Mon Sep 17 00:00:00 2001 From: Sanish Date: Sat, 28 Aug 2021 17:38:17 +0000 Subject: [PATCH] :bulb: Update Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12ecb88..3154794 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ **Note:** I published this [interesting article on medium](https://medium.com/@sanishkr/react-progressive-graceful-image-c7a45b577f5f) to explain the idea and motivation behind building this npm package. And a small [code snippet](https://gist.github.com/sanishkr/7f520f227989133a779eb49726bc77cb) to make best use of it. **Update** +- [0.6.14] : Allow ^v17 of `react` and `react-dom` as peer dependencies. - [0.6.13] : `onError` bug-fix to works as expected. ***