Skip to content

Commit f5e2913

Browse files
committed
chores
1 parent 3b3d742 commit f5e2913

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
### Fixed
88
- `UrlFetcher` in Node.js can now handle redirects.
9+
- added missing `multiSegment` in .d.ts file.
910

1011
## [7.1.2]
1112

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,8 @@ Merges all parsed segments and blocks into a single object.
666666
**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.
667667

668668
<table><tr>
669-
<td>mergeOutput: false</td>
670669
<td>mergeOutput: true</td>
670+
<td>mergeOutput: false</td>
671671
</tr><tr><td><pre>
672672
{
673673
Make: 'Google',

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"build-mini": "rollup -c rollup.config.js mini",
4343
"build-lite": "rollup -c rollup.config.js lite",
4444
"build-full": "rollup -c rollup.config.js full",
45-
"build": "rollup -c rollup.config.js"
45+
"build": "rollup -c rollup.config.js",
46+
"prerelease": "npm run build"
4647
},
4748
"devDependencies": {
4849
"@babel/core": "^7.6.4",

0 commit comments

Comments
 (0)