v1.35.0
Schniz/fnmv1.35.0Jul 11, 2023by Schniz
AI Summary
Introduces experimental support for resolving Node.js versions based on the `package.json` `engines` field.
Key Highlights
- Experimental `--resolve-engines` flag to support `package.json`'s `engines.node` field.
New Features
- Experimental `--resolve-engines` support
Full Release Notes
@amitdahan contributed a support for resolving `package.json`'s `engines.node` field. try that out with the `--resolve-engines` option and let us how it works out for you! ### Minor Changes - [#839](https://github.com/Schniz/fnm/pull/839) [`97be792`](https://github.com/Schniz/fnm/commit/97be792a4410d8f121e03a1f81f60c48cbfdee2c) Thanks [@amitdahan](https://github.com/amitdahan)! - Support resolving `engines.node` field via experimental `--resolve-engines` flag ### Patch Changes - [#991](https://github.com/Schniz/fnm/pull/991) [`b19eb29`](https://github.com/Schniz/fnm/commit/b19eb29b26323f0b9fb427d3d9271c9cc13a58f8) Thanks [@amitdahan](https://github.com/amitdahan)! - Bump Clap 3 -> 4