Releases: xoeye/gps-metadata-remover
v2.0.0
What's Changed
- Chore/update metadata remover (#38) by @jduncan-xoi
- Switch to Typescript
- Switch to Vite and Vitest
- Use a logger vs console.logs
New Contributors
- @jduncan-xoi made their first contribution in #38
Full Changelog: v1.1.2...v2.0.0
v1.1.2
Changes
- Changing actions to only use main branch and bumping for patch release (#35) by @danielxoi
- dev -> main (#34) by @danielxoi
- Bump minimatch from 3.0.4 to 3.1.2 (#29) by @dependabot
- Bump tough-cookie from 4.0.0 to 4.1.3 (#33) by @dependabot
- Bump decode-uri-component from 0.2.0 to 0.2.2 (#31) by @dependabot
- Bump json5 from 2.2.0 to 2.2.3 (#32) by @dependabot
- Mass update deprecated actions (#30) by @xaviergmail
This release was made possible by the following contributors:
@danielxoi, @dependabot, @dependabot[bot] and @xaviergmail
v1.1.1
Changes
Security Bumps
- Bump glob-parent from 5.1.1 to 5.1.2 (#28) by @dependabot
- Updating transient dependencies that dependabot could not handle (#27) by @danielxoi
- misc: move ffprobe to devDependencies (#26) by @Aleclindner
- Bump jsdom from 16.4.0 to 16.7.0 (#24) by @dependabot
- chore: Bump minimist from 1.2.5 to 1.2.6 (#22) by @dependabot
- OP-945: Move publish job to 'npm' GH environment (#20) by @xaviergmail
- Bump tmpl from 1.0.4 to 1.0.5 (#19) by @dependabot
- Bump path-parse from 1.0.6 to 1.0.7 (#17) by @dependabot
📜 Documentation updates
- feat: add npm link to readme (#16) by @Aleclindner
This release was made possible by the following contributors:
@Aleclindner, @danielxoi, @dependabot, @dependabot[bot] and @xaviergmail
v1.1.0
Changes
Features
- feat: remove logs (#6) by @kousun12
- feat: Make xmp removal optional (#9) by @Aleclindner
Misc security package bumps
- Bump browserslist from 4.16.3 to 4.16.6 (#10) by @dependabot
- Bump hosted-git-info from 2.8.8 to 2.8.9 (#11) by @dependabot
- Bump normalize-url from 4.5.0 to 4.5.1 (#12) by @dependabot
- Bump ws from 7.4.3 to 7.5.0 (#13) by @dependabot
📜 Documentation updates
- feat: Make xmp removal optional (#9) by @Aleclindner
This release was made possible by the following contributors:
@Aleclindner, @danielxoi, @dependabot, @dependabot[bot] and @kousun12
1.0.10
Changes
-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.
-uncomment unused arrayBufferToBase64 helper function. it was commented out because we didn't need it but presumably some client might
📜 Documentation updates
- chore: 1.0.10 version bump (#3) by @Aleclindner
This release was made possible by the following contributors:
npm metadata
Changes
Add metadata to point npm package back to our github repo.
📜 Documentation updates
- chore: 1.0.9 version bump (#3) by @Aleclindner
This release was made possible by the following contributors:
xoi name scoping
Changes
renames package to fit xoi npm scope
📜 Documentation updates
- chore: name scoping (#2) by @Aleclindner
This release was made possible by the following contributors:
1.0.7
1.0.6
Changes
Miscellaneous changes for publishing as a public repo, most notably temporarily disabling graphicsmagick tests to run tests on VM
- chore: Adding version bump for release (#1) by @danielxoi