Skip to content

Commit

Permalink
Merge pull request #5 from xoeye/chore/1.0.10-version-bump
Browse files Browse the repository at this point in the history
chore: 1.0.10 version bump
  • Loading branch information
maxcwolf authored Mar 5, 2021
2 parents b0f5b96 + e4a2c70 commit e3eeea1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 1.0.10

-adds NPM keywords to help people actually finds the package
-renames removeLocationStream to removeLocation. the former name was an artifact of an older version of this package and since it doesn't stream anything anymore, i figured to take it out to avoid confusion.
-uncomment unused arrayBufferToBase64 helper function. it was commented out because we didn't need it but presumably some client might
- Adds NPM keywords to help people actually find the package.
- Renames `removeLocationStream` to `removeLocation`. The former name was an artifact of an older version of this package, and since it doesn't stream anything anymore, I figured to take it out to avoid confusion.
- Uncomments unused `arrayBufferToBase64` helper function. It was commented out because we didn't need it but presumably some client might.

# 1.0.9

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `@xoi/gps-metadata-remover`
> Javascript package that removes GPS metadata from images and videos
> Frontend-friendly Javascript package that removes GPS metadata from images and videos
Takes a photo or video file and writes over in-place where GPS metadata is detected. Removes
Exif from images and various forms of GPS metadata from videos.
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": "@xoi/gps-metadata-remover",
"version": "1.0.9",
"version": "1.0.10",
"description": "Removes GPS metadata from images and videos",
"repository": {
"type": "git",
Expand Down

0 comments on commit e3eeea1

Please sign in to comment.