diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e1f1c..a4f3a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## What's Changed +* fix: bin-path for npm installs by @whizzzkid in https://github.com/whizzzkid/yt-dl-ipfs/pull/28 + + +**Full Changelog**: https://github.com/whizzzkid/yt-dl-ipfs/compare/v0.1.4...v0.1.5 + +## Changelog + ## What's Changed * fix: release-please by @whizzzkid in https://github.com/whizzzkid/yt-dl-ipfs/pull/26 diff --git a/package-lock.json b/package-lock.json index d3345e4..95565b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yt-dl-ipfs", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yt-dl-ipfs", - "version": "0.1.4", + "version": "0.1.5", "dependencies": { "figlet": "1.5.2", "inquirer": "9.1.4", diff --git a/package.json b/package.json index 536d11e..4fdcf97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yt-dl-ipfs", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "description": "Download YouTube videos and upload them to IPFS", "bin": {