Skip to content

Commit

Permalink
v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Sep 16, 2021
1 parent 541d838 commit 4f910e4
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 17 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
## 1.26.0 (2021-07-15)
## 1.27.0 (2021-09-16)

#### New Feature 🎉

- [#519](https://github.com/Schniz/fnm/pull/519) Windows: Use junctions rather than symlinks ([@davidaurelio](https://github.com/davidaurelio))
- [#489](https://github.com/Schniz/fnm/pull/489) Add unalias command ([@AlexMunoz](https://github.com/AlexMunoz))

#### Bugfix 🐛

- [#528](https://github.com/Schniz/fnm/pull/528) installation script: Use `=` instead of `==` ([@develoot](https://github.com/develoot))
- [#512](https://github.com/Schniz/fnm/pull/512) fix(dep): Revert "Include feature for (native) certificates #468" ([@itotallyrock](https://github.com/itotallyrock))
- [#514](https://github.com/Schniz/fnm/pull/514) Invoke fnm use on startup for PowerShell ([@naoey](https://github.com/naoey))

#### Documentation 📝

- [#529](https://github.com/Schniz/fnm/pull/529) Add Chocolatey installation instructions ([@CMeeg](https://github.com/CMeeg))
- [#496](https://github.com/Schniz/fnm/pull/496) install.sh: print an exit message for missing deps ([@waldyrious](https://github.com/waldyrious))
- [#516](https://github.com/Schniz/fnm/pull/516) More informative log level error message ([@waldyrious](https://github.com/waldyrious))
- [#493](https://github.com/Schniz/fnm/pull/493) Add instructions to setup the file for Cmder ([@Lunchb0ne](https://github.com/Lunchb0ne))

#### Committers: 8

- Abhishek Aryan ([@Lunchb0ne](https://github.com/Lunchb0ne))
- Alex Munoz ([@AlexMunoz](https://github.com/AlexMunoz))
- Chris Meagher ([@CMeeg](https://github.com/CMeeg))
- David Aurelio ([@davidaurelio](https://github.com/davidaurelio))
- Jeffrey Meyer ([@itotallyrock](https://github.com/itotallyrock))
- Kitae Kim ([@develoot](https://github.com/develoot))
- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious))
- [@naoey](https://github.com/naoey)

## v1.26.0 (2021-07-15)

#### Bugfix 🐛

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.26.0"
version = "1.27.0"
authors = ["Gal Schlezinger <[email protected]>"]
edition = "2018"
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.26.0
fnm 1.27.0
A fast and simple Node.js manager
USAGE:
Expand Down Expand Up @@ -48,7 +48,7 @@ SUBCOMMANDS:
# `fnm alias`

```
fnm-alias 1.26.0
fnm-alias 1.27.0
Alias a version to a common name
USAGE:
Expand Down Expand Up @@ -76,7 +76,7 @@ ARGS:
# `fnm completions`

```
fnm-completions 1.26.0
fnm-completions 1.27.0
Print shell completions to stdout
USAGE:
Expand All @@ -103,7 +103,7 @@ OPTIONS:
# `fnm current`

```
fnm-current 1.26.0
fnm-current 1.27.0
Print the current Node.js version
USAGE:
Expand All @@ -127,7 +127,7 @@ OPTIONS:
# `fnm default`

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

```
fnm-env 1.26.0
fnm-env 1.27.0
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 @@ -210,7 +210,7 @@ OPTIONS:
# `fnm exec`

```
fnm-exec 1.26.0
fnm-exec 1.27.0
Run a command within fnm context
Example:
Expand Down Expand Up @@ -261,7 +261,7 @@ ARGS:
# `fnm install`

```
fnm-install 1.26.0
fnm-install 1.27.0
Install a new Node.js version
USAGE:
Expand Down Expand Up @@ -289,7 +289,7 @@ ARGS:
# `fnm list`

```
fnm-list 1.26.0
fnm-list 1.27.0
List all locally installed Node.js versions
USAGE:
Expand All @@ -313,7 +313,7 @@ OPTIONS:
# `fnm list-remote`

```
fnm-list-remote 1.26.0
fnm-list-remote 1.27.0
List all remote Node.js versions
USAGE:
Expand All @@ -337,7 +337,7 @@ OPTIONS:
# `fnm unalias`

```
fnm-unalias 1.26.0
fnm-unalias 1.27.0
Remove an alias definiton
USAGE:
Expand All @@ -364,7 +364,7 @@ ARGS:
# `fnm uninstall`

```
fnm-uninstall 1.26.0
fnm-uninstall 1.27.0
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 @@ -404,7 +404,7 @@ ARGS:
# `fnm use`

```
fnm-use 1.26.0
fnm-use 1.27.0
Change Node.js version
USAGE:
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.

1 comment on commit 4f910e4

@vercel
Copy link

@vercel vercel bot commented on 4f910e4 Sep 16, 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.