Skip to content

Commit

Permalink
v1.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Dec 28, 2021
1 parent b206248 commit 5755aae
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 17 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 1.29.0 (2021-12-28)
## 1.29.1 (2021-12-28)

#### Bugfix 🐛

- [#613](https://github.com/Schniz/fnm/pull/613) Don't warn on `~/.fnm` yet ([@Schniz](https://github.com/Schniz))

#### Committers: 1

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

## v1.29.0 (2021-12-28)

#### New Feature 🎉

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.29.0"
version = "1.29.1"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"
Expand Down
26 changes: 13 additions & 13 deletions docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `fnm`

```
fnm 1.29.0
fnm 1.29.1
A fast and simple Node.js manager
USAGE:
Expand Down Expand Up @@ -56,7 +56,7 @@ SUBCOMMANDS:
# `fnm alias`

```
fnm-alias 1.29.0
fnm-alias 1.29.1
Alias a version to a common name
USAGE:
Expand Down Expand Up @@ -104,7 +104,7 @@ ARGS:
# `fnm completions`

```
fnm-completions 1.29.0
fnm-completions 1.29.1
Print shell completions to stdout
USAGE:
Expand Down Expand Up @@ -147,7 +147,7 @@ OPTIONS:
# `fnm current`

```
fnm-current 1.29.0
fnm-current 1.29.1
Print the current Node.js version
USAGE:
Expand Down Expand Up @@ -187,7 +187,7 @@ OPTIONS:
# `fnm default`

```
fnm-default 1.29.0
fnm-default 1.29.1
Set a version as the default version
This is a shorthand for `fnm alias VERSION default`
Expand Down Expand Up @@ -234,7 +234,7 @@ ARGS:
# `fnm env`

```
fnm-env 1.29.0
fnm-env 1.29.1
Print and set up required environment variables for fnm
This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready
Expand Down Expand Up @@ -286,7 +286,7 @@ OPTIONS:
# `fnm exec`

```
fnm-exec 1.29.0
fnm-exec 1.29.1
Run a command within fnm context
Example:
Expand Down Expand Up @@ -345,7 +345,7 @@ ARGS:
# `fnm install`

```
fnm-install 1.29.0
fnm-install 1.29.1
Install a new Node.js version
USAGE:
Expand Down Expand Up @@ -393,7 +393,7 @@ ARGS:
# `fnm list`

```
fnm-list 1.29.0
fnm-list 1.29.1
List all locally installed Node.js versions
USAGE:
Expand Down Expand Up @@ -433,7 +433,7 @@ OPTIONS:
# `fnm list-remote`

```
fnm-list-remote 1.29.0
fnm-list-remote 1.29.1
List all remote Node.js versions
USAGE:
Expand Down Expand Up @@ -473,7 +473,7 @@ OPTIONS:
# `fnm unalias`

```
fnm-unalias 1.29.0
fnm-unalias 1.29.1
Remove an alias definition
USAGE:
Expand Down Expand Up @@ -518,7 +518,7 @@ ARGS:
# `fnm uninstall`

```
fnm-uninstall 1.29.0
fnm-uninstall 1.29.1
Uninstall a Node.js version
> Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other
Expand Down Expand Up @@ -566,7 +566,7 @@ ARGS:
# `fnm use`

```
fnm-use 1.29.0
fnm-use 1.29.1
Change Node.js version
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion docs/fnm.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 5755aae

@vercel
Copy link

@vercel vercel bot commented on 5755aae Dec 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.