v1.25.0

Schniz/fnmv1.25.0May 18, 2021by Schniz

AI Summary

Major version introduces support for M1 (ARM) builds on macOS and adds auto-generated command documentation.

Key Highlights

  • fnm now installs M1 builds if prebuilt binaries are found
  • Auto-generate command documentation markdown

New Features

  • M1 (ARM) builds support

Full Release Notes

fnm now installs M1 builds if prebuilt binaries are found. Thanks @pckilgore!

#### New Feature 🎉

- [#436](https://github.com/Schniz/fnm/pull/436) feat: use arm for aarch64-darwin-node@16 platforms ([@pckilgore](https://github.com/pckilgore))

#### Documentation 📝

- [#432](https://github.com/Schniz/fnm/pull/432) Auto-generate command documentation markdown ([@Schniz](https://github.com/Schniz))

#### Committers: 2

- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
- Patrick Kilgore ([@pckilgore](https://github.com/pckilgore))