@involvex/youtube-music-cli 0.0.35 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/readme.md +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [0.0.36](https://github.com/involvex/youtube-music-cli/compare/v0.0.35...v0.0.36) (2026-02-22)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- update Homebrew installation instructions and add Formula for easier macOS installation ([c07fb9e](https://github.com/involvex/youtube-music-cli/commit/c07fb9e6650ddfb193b183bc708ebd495688979a))
|
|
6
|
+
|
|
1
7
|
## [0.0.35](https://github.com/involvex/youtube-music-cli/compare/v0.0.34...v0.0.35) (2026-02-22)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -97,7 +97,8 @@ bun install -g @involvex/youtube-music-cli
|
|
|
97
97
|
### Homebrew
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
brew
|
|
100
|
+
brew tap involvex/youtube-music-cli https://github.com/involvex/youtube-music-cli.git
|
|
101
|
+
brew install youtube-music-cli
|
|
101
102
|
```
|
|
102
103
|
|
|
103
104
|
### GitHub Releases
|