v1.34.0

Schniz/fnmv1.34.0Jul 1, 2023by Schniz

AI Summary

Adds experimental corepack support and improves path handling on Windows.

Key Highlights

  • New `--corepack-enabled` flag for automatic corepack enabling on install.
  • Improved Windows path handling using cygwinpath for POSIX-like paths.

New Features

  • Corepack support

Full Release Notes

### Minor Changes

- Add --corepack-enabled flag for automatically enabling corepack on fnm install ([#960](https://github.com/Schniz/fnm/pull/960)) @Schniz 

### Patch Changes

- modernize tty check (#973 by @tottoto) ([`48b2611`](https://github.com/Schniz/fnm/commit/48b2611e4b1c205f07dcbd50f2fff436becb77c1)) @Schniz 

- use cygwinpath to make the path posix-like on Windows Bash usage ([#960](https://github.com/Schniz/fnm/pull/960))

- capitalize "n" to show default (#963 by @Joshuahuahua) ([`48b2611`](https://github.com/Schniz/fnm/commit/48b2611e4b1c205f07dcbd50f2fff436becb77c1))