| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b688050 commit 77907a2
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,12 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## [0.28.2](https://github.com/nodejs/corepack/compare/v0.28.1...v0.28.2) (2024-05-31) | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + ### Features | ||
| 7 | + | ||
| 8 | + * update package manager versions ([#481](https://github.com/nodejs/corepack/issues/481)) ([e1abb83](https://github.com/nodejs/corepack/commit/e1abb832416a793b490b2b51b4082fe822fc932c)) | ||
| 9 | + | ||
| 3 | 10 | ## [0.28.1](https://github.com/nodejs/corepack/compare/v0.28.0...v0.28.1) (2024-05-10) | |
| 4 | 11 | ||
| 5 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -247,7 +247,7 @@ same major line. Should you need to upgrade to a new major, use an explicit | |||
| 247 | 247 | prevent Corepack showing the URL when it needs to download software, or can be | |
| 248 | 248 | set to `1` to have the URL shown. By default, when Corepack is called | |
| 249 | 249 | explicitly (e.g. `corepack pnpm …`), it is set to `0`; when Corepack is called | |
| 250 | - implicitely (e.g. `pnpm …`), it is set to `1`. | ||
| 250 | + implicitly (e.g. `pnpm …`), it is set to `1`. | ||
| 251 | 251 | When standard input is a TTY and no CI environment is detected, Corepack will | |
| 252 | 252 | ask for user input before starting the download. | |
| 253 | 253 | ||
@@ -304,7 +304,8 @@ same major line. Should you need to upgrade to a new major, use an explicit | |||
| 304 | 304 | ||
| 305 | 305 | ### Networking | |
| 306 | 306 | ||
| 307 | - There are a wide variety of networking issues that can occur while running `corepack` commands. Things to check: | ||
| 307 | + There are a wide variety of networking issues that can occur while running | ||
| 308 | + `corepack` commands. Things to check: | ||
| 308 | 309 | ||
| 309 | 310 | - Make sure your network connection is active. | |
| 310 | 311 | - Make sure the host for your request can be resolved by your DNS; try using | |
| Back | FazBrowse Home | New Git URL |
0 commit comments