Skip to content

Commit

Permalink
Version 13.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Aug 29, 2022
1 parent 9ad8ee4 commit 5e942b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# extract-files changelog

## Next
## 13.0.0

### Major

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extract-files",
"version": "12.0.0",
"version": "13.0.0",
"description": "A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instances.",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For [Deno](https://deno.land) and browsers, an example import map:
```json
{
"imports": {
"extract-files/": "https://unpkg.com/extract-files@12.0.0/",
"extract-files/": "https://unpkg.com/extract-files@13.0.0/",
"is-plain-obj": "https://unpkg.com/is-plain-obj@4.1.0/index.js",
"is-plain-obj/": "https://unpkg.com/is-plain-obj@4.1.0/"
}
Expand Down

0 comments on commit 5e942b6

Please sign in to comment.