@jdxcode/mise 2025.6.4 → 2025.6.6

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,7 @@ See [Getting started](https://mise.jdx.dev/getting-started.html) for more option
40
40
  ```sh-session
41
41
  $ curl https://mise.run | sh
42
42
  $ ~/.local/bin/mise --version
43
- 2025.6.4 macos-arm64 (a1b2d3e 2025-06-13)
43
+ 2025.6.6 macos-arm64 (a1b2d3e 2025-06-23)
44
44
  ```
45
45
 
46
46
  Hook mise into your shell (pick the right one for your shell):
@@ -51,7 +51,7 @@ Hook mise into your shell (pick the right one for your shell):
51
51
  echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
52
52
  echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
53
53
  echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
54
- echo '~/.local/bin/mise activate mise activate pwsh | Out-String | Invoke-Expression' >> ~/.config/powershell/Microsoft.PowerShell_profile.ps1
54
+ echo '~/.local/bin/mise activate pwsh | Out-String | Invoke-Expression' >> ~/.config/powershell/Microsoft.PowerShell_profile.ps1
55
55
  ```
56
56
 
57
57
  ### Execute commands with specific tools
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdxcode/mise",
3
3
  "description": "polyglot runtime manager",
4
- "version": "v2025.6.4",
4
+ "version": "v2025.6.6",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"