v1.32.0
Schniz/fnmv1.32.0Nov 17, 2022by Schniz
AI Summary
Enhances the `fnm env` command with JSON output and updates installation paths to respect standard environment variables.
Key Highlights
- Added `--json` flag to `fnm env` to output env vars as JSON.
- Installation script now respects `$XDG_DATA_HOME`.
New Features
- JSON output for `fnm env`
Full Release Notes
## 1.32.0 ### Minor Changes - Add `--json` to `fnm env` to output the env vars as JSON ([#800](https://github.com/Schniz/fnm/pull/800)) ### Patch Changes - This updates the Changesets configurations. ([#783](https://github.com/Schniz/fnm/pull/783)) - fix test: Use correct PATH for npm install test ([#768](https://github.com/Schniz/fnm/pull/768)) - Make installation script respect `$XDG_DATA_HOME` ([#614](https://github.com/Schniz/fnm/pull/614))