v1.33.1

Schniz/fnmv1.33.1Dec 6, 2022by Schniz

AI Summary

Fixes build issues for ARM binaries and includes the v1.33.0 minor update.

Key Highlights

  • Removed UPX compression from ARM binaries to fix build failures.
  • Added `fnm install --latest` to install the latest Node.js version.

New Features

  • Install latest version (`fnm install --latest`)

Full Release Notes

## 1.33.1

### Patch Changes

- remove upx compression from arm binaries because it fails to build on latest rust ([#875](https://github.com/Schniz/fnm/pull/875)) @Schniz 

## 1.33.0

### Minor Changes

- Replace `semver` with `node_semver` ([#816](https://github.com/Schniz/fnm/pull/816)) @amitdahan 

- support `fnm install --latest` to install the latest Node.js version ([#859](https://github.com/Schniz/fnm/pull/859)) @nzhl