Skip to content

Commit

Permalink
v1.1.6: Fix ARM64 architecture detection (cross-platform)
Browse files Browse the repository at this point in the history
  • Loading branch information
vot committed Feb 4, 2024
1 parent 2a3ac97 commit 5a947dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
@@ -1,5 +1,10 @@
# ffbinaries changelog

**Version 1.1.6**

* Fixed an issue where ARM64 architecture wasn't correctly detected by the module (thanks to @aaronjamt for the fix)


**Version 1.1.5**

* Fixed an issue with paths construction (cross-platform support - thanks to @shpingalet007 for the fix)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ffbinaries",
"version": "1.1.5",
"version": "1.1.6",
"description": "Download binaries for ffmpeg, ffprobe, ffserver and ffplay (Windows, macOS, Linux)",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 5a947dd

Please sign in to comment.