Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/EXAMPLE.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-timers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-cars-ring.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-carrots-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-rust-cross-builds.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-clouds-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-apes-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-pans-crash.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## 1.31.0 (2022-02-16)

## 1.39.1

### Patch Changes

- [#1529](https://github.com/Schniz/fnm/pull/1529) [`b24c183`](https://github.com/Schniz/fnm/commit/b24c183bd0b4cd544b9518509d8dc7f77fd1a7db) Thanks [@Schniz](https://github.com/Schniz)! - the title of the change in a few words.

If necessary, you can add examples, links to related issues, or any other information that would be helpful for the maintainers and users of the project:

```sh-session
$ fnm whatever --hello world
the output
```

- [#1361](https://github.com/Schniz/fnm/pull/1361) [`168e51f`](https://github.com/Schniz/fnm/commit/168e51f1b00daf2693ebd142c34a6b5d22c12149) Thanks [@kaaax0815](https://github.com/kaaax0815)! - support `x64-glibc-217` arch by adding a `--arch x64-glibc-217` to fnm env

- [#1525](https://github.com/Schniz/fnm/pull/1525) [`bfb1860`](https://github.com/Schniz/fnm/commit/bfb186034978b1ddaf87501eb1633bdc42a5c0a6) Thanks [@Schniz](https://github.com/Schniz)! - prefer explicit shell flags in installer-generated shell setup and fix ARM installer CI platform selection

- [#1523](https://github.com/Schniz/fnm/pull/1523) [`dc8c54a`](https://github.com/Schniz/fnm/commit/dc8c54aaeb23b7dd0a76670a17133ac2b8326ad8) Thanks [@Schniz](https://github.com/Schniz)! - Clarify the interactive `fnm use` missing-version prompt by prefixing the message with `fnm` so it is obvious which tool is asking to install Node.

- [#1580](https://github.com/Schniz/fnm/pull/1580) [`86adc96`](https://github.com/Schniz/fnm/commit/86adc9676ceb2a509b21e75e74048b93c89f097d) Thanks [@Schniz](https://github.com/Schniz)! - Update Rust toolchain to 1.97

- [#1529](https://github.com/Schniz/fnm/pull/1529) [`b24c183`](https://github.com/Schniz/fnm/commit/b24c183bd0b4cd544b9518509d8dc7f77fd1a7db) Thanks [@Schniz](https://github.com/Schniz)! - Document contributor guidance for e2e tests and changesets in `AGENTS.md`.

- [#1536](https://github.com/Schniz/fnm/pull/1536) [`a53186d`](https://github.com/Schniz/fnm/commit/a53186d1df9b93487f28744e6ff54c7b7e6cd41e) Thanks [@joliss](https://github.com/joliss)! - Add random number to multishell symlinks to avoid clashing

- [#1533](https://github.com/Schniz/fnm/pull/1533) [`b3d190b`](https://github.com/Schniz/fnm/commit/b3d190b52abec56f970de532c44c6c8e2d21e9f9) Thanks [@theborowski](https://github.com/theborowski)! - feat: add possible values to the arch help docs.

## 1.39.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.39.0"
version = "1.39.1"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion docs/fnm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.39.0",
"version": "1.39.1",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",
Expand Down