diff --git a/CHANGES.md b/CHANGES.md index 0cb0af8..d321d13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,16 @@ -### 1.0.5 +# 1.0.6 + +No changes. This is strictly a version bump release. + +# 1.0.5 Bump `ffprobe` dependency to resolve CVE in `bl` -### 1.0.4 +# 1.0.4 Support XMP tags in PNGs -### 1.0.3 +# 1.0.3 Support photos exported from iPhoto where both JFIF and EXIF can be present (https://stackoverflow.com/questions/2697869/does-exif-metadata-always-get-stored-just-after-the-jfif-header) diff --git a/package.json b/package.json index d935f40..a7596da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xoi-gps-metadata-remover", - "version": "1.0.0", + "version": "1.0.6", "description": "Removes GPS metadata from images and videos", "main": "lib/index.js", "author": "alindner@xoi.io",