exiftool-vendored 16.5.0 → 16.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -25,7 +25,7 @@ vendored versions of ExifTool match the version that they vendor.
25
25
 
26
26
  ## Version history
27
27
 
28
- ### v16.5.0
28
+ ### v16.5.1
29
29
 
30
30
  - 🌱 ExifTool upgraded to [v12.42](https://exiftool.org/history.html#v12.42).
31
31
 
package/RELEASE.md CHANGED
@@ -21,12 +21,13 @@
21
21
 
22
22
  1. `npx ncu -u`
23
23
  1. `yarn install`
24
- 1. `yarn mktags ../test-images` # < assumes ../test-images has the full ExifTool sample image suite
24
+ 1. `yarn mktags ../test-images` # < assumes ``../test-images`` has the full ExifTool sample image suite
25
25
  1. `yarn prettier`
26
26
  1. `yarn lint`
27
27
  1. `yarn docs`
28
28
  1. Verify docs were rebuilt successfully at <http://localhost:3000/index.html>
29
29
  1. `yarn test`
30
- 1. Update the [CHANGELOG.md](https://github.com/photostructure/exiftool-vendored.js/blob/main/CHANGELOG.md)
31
30
  1. Verify diffs are reasonable, and `git commit`
31
+ 1. Verify [![Node.js CI](https://github.com/photostructure/exiftool-vendored.js/actions/workflows/node.js.yml/badge.svg)](https://github.com/photostructure/exiftool-vendored.js/actions/workflows/node.js.yml)
32
+ 1. Update the [CHANGELOG.md](https://github.com/photostructure/exiftool-vendored.js/blob/main/CHANGELOG.md)
32
33
  1. `npx release-it`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "exiftool-vendored",
3
- "version": "16.5.0",
3
+ "version": "16.5.1",
4
4
  "description": "Efficient, cross-platform access to ExifTool",
5
5
  "main": "./dist/ExifTool.js",
6
6
  "types": "./dist/ExifTool.d.ts",