From 2ab4e59cad10349d42cdba7da18536ae6300e148 Mon Sep 17 00:00:00 2001 From: Ori Riner Date: Sun, 29 Apr 2018 13:58:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8e2409..8c2e33b 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ Returns a mutable copy of the object. For a deeply mutable copy, in which any in ### Releases -#### 7.1.2 +#### 7.1.3 Treat `Blob` instances as immutable. Use `Array.isArray` over `instanceof`.