From 79f415cb6c45f43b79e9e5387c2c07ecfc87b370 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 7 Apr 2020 21:06:09 +1000 Subject: [PATCH] Version 8.1.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 54f1b2c..b25dfc5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # extract-files changelog -## Next +## 8.1.0 ### Minor diff --git a/package.json b/package.json index 6cb3870..339e21d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "extract-files", - "version": "8.0.0", + "version": "8.1.0", "description": "Clones a value, recursively extracting File, Blob and ReactNativeFile instances with their object paths, replacing them with null. FileList instances are treated as File instance arrays.", "license": "MIT", "author": {