@jdxcode/mise 2024.12.11 → 2024.12.13

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
35
35
  ```sh-session
36
36
  $ curl https://mise.run | sh
37
37
  $ ~/.local/bin/mise --version
38
- 2024.12.11 macos-arm64 (a1b2d3e 2024-12-15)
38
+ 2024.12.13 macos-arm64 (a1b2d3e 2024-12-17)
39
39
  ```
40
40
 
41
41
  or install a specific a version:
@@ -54,6 +54,7 @@ Hook mise into your shell (pick the right one for your shell):
54
54
  echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
55
55
  echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
56
56
  echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
57
+ echo '~/.local/bin/mise activate mise activate pwsh | Out-String | Invoke-Expression' >> ~/.config/powershell/Microsoft.PowerShell_profile.ps1
57
58
  ```
58
59
 
59
60
  Install a runtime and set it as the global default:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jdxcode/mise",
3
3
  "description": "polyglot runtime manager",
4
- "version": "v2024.12.11",
4
+ "version": "v2024.12.13",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"