mise 2026.7.0 → 2026.7.1

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,8 +29,8 @@
29
29
  </p>
30
30
 
31
31
  <p align="center">
32
- Sponsored by <a href="https://37signals.com">37signals</a>.<br>
33
- <a href="https://en.dev/sponsors.html">View all sponsors</a>.
32
+ Sponsored by <a href="https://entire.io">entire.io</a> and <a href="https://37signals.com">37signals</a>.<br>
33
+ <a href="https://jdx.dev/sponsors.html">View all sponsors</a>.
34
34
  </p>
35
35
 
36
36
  <hr />
@@ -38,7 +38,7 @@
38
38
  </div>
39
39
 
40
40
  > [!TIP]
41
- > My latest project, [aube](https://aube.en.dev) just hit stable! It's the fastest Node.js package manager with strong security defaults and is compatible with npm/pnpm/yarn lockfiles!
41
+ > My latest project, [aube](https://aube.jdx.dev) just hit stable! It's the fastest Node.js package manager with strong security defaults and is compatible with npm/pnpm/yarn lockfiles!
42
42
 
43
43
  ## What is it?
44
44
 
@@ -76,7 +76,7 @@ $ ~/.local/bin/mise --version
76
76
  / / / / / / (__ ) __/_____/ __/ / / /_____/ /_/ / / /_/ / /__/ __/
77
77
  /_/ /_/ /_/_/____/\___/ \___/_/ /_/ / .___/_/\__,_/\___/\___/
78
78
  /_/ by @jdx
79
- 2026.7.0 macos-arm64 (2026-07-02)
79
+ 2026.7.1 macos-arm64 (2026-07-07)
80
80
  ```
81
81
 
82
82
  Hook mise into your shell (pick the right one for your shell):
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mise",
3
3
  "description": "Dev tools, env vars, and tasks in one CLI",
4
- "version": "2026.7.0",
4
+ "version": "2026.7.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/jdx/mise"