Skip to content

Commit

Permalink
Merge pull request #3 from xoeye/chore/1.0.9-update
Browse files Browse the repository at this point in the history
chore: 1.0.9 version bump
  • Loading branch information
Aleclindner authored Feb 26, 2021
2 parents a020ee0 + f82fc9c commit 4994ecf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.0.9

Add metadata to point npm package back to our github repo.

# 1.0.8

Change package name to match XOi npm scope. No user facing changes.

# 1.0.7

No changes. This is strictly a version bump release.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Exif from images and various forms of GPS metadata from videos.

Currently compatible with JPG, PNG, TIF, MOV, MP4

## Installation

`yarn add @xoi/gps-metadata-remover` or `npm i @xoi/gps-metadata-remover`

## Usage

`removeLocationStream` is the main removal function, although some other utility functions
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"name": "@xoi/gps-metadata-remover",
"version": "1.0.8",
"version": "1.0.9",
"description": "Removes GPS metadata from images and videos",
"repository": {
"type": "git",
"url": "ssh://[email protected]:xoeye/gps-metadata-remover.git"
},
"main": "lib/index.js",
"author": "[email protected]",
"license": "apache",
"homepage": "https://github.com/xoeye/gps-metadata-remover",
"bugs": {
"url": "https://github.com/xoeye/gps-metadata-remover/issues"
},
"files": [
"lib"
],
Expand Down

0 comments on commit 4994ecf

Please sign in to comment.