Skip to content

Commit

Permalink
chores
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeKovarik committed Aug 5, 2021
1 parent 3b3d742 commit f5e2913
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Fixed
- `UrlFetcher` in Node.js can now handle redirects.
- added missing `multiSegment` in .d.ts file.

## [7.1.2]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,8 @@ Merges all parsed segments and blocks into a single object.
**Warning**: `mergeOutput: false` should not be used with `translateKeys: false` or when parsing both `ifd0` (image) and `ifd1` (thumbnail). Tag keys are numeric, sometimes identical and may collide.

<table><tr>
<td>mergeOutput: false</td>
<td>mergeOutput: true</td>
<td>mergeOutput: false</td>
</tr><tr><td><pre>
{
Make: 'Google',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"build-mini": "rollup -c rollup.config.js mini",
"build-lite": "rollup -c rollup.config.js lite",
"build-full": "rollup -c rollup.config.js full",
"build": "rollup -c rollup.config.js"
"build": "rollup -c rollup.config.js",
"prerelease": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.6.4",
Expand Down

0 comments on commit f5e2913

Please sign in to comment.