@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@involvex/youtube-music-cli",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "- A Commandline music player for youtube-music",
5
5
  "repository": {
6
6
  "type": "git",
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 install involvex/youtube-music-cli/youtube-music-cli
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