Skip to content

Commit ea5b8b0

Browse files
committed
fnm v1.26.0
1 parent 25cce62 commit ea5b8b0

File tree

5 files changed

+36
-17
lines changed

5 files changed

+36
-17
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
## 1.25.0 (2021-05-17)
1+
## 1.26.0 (2021-07-15)
2+
3+
#### Bugfix 🐛
4+
5+
- [#484](https://github.com/Schniz/fnm/pull/484) fix: --install-if-missing when using version alias ([@AlexMunoz](https://github.com/AlexMunoz))
6+
- [#468](https://github.com/Schniz/fnm/pull/468) Include feature for (native) certificates ([@pfiaux](https://github.com/pfiaux))
7+
8+
#### Documentation 📝
9+
10+
- [#467](https://github.com/Schniz/fnm/pull/467) Add instructions for removing fnm ([@binyamin](https://github.com/binyamin))
11+
- [#461](https://github.com/Schniz/fnm/pull/461) Fix missing list-remote in command doc ([@binhonglee](https://github.com/binhonglee))
12+
13+
#### Committers: 4
14+
15+
- Alex Munoz ([@AlexMunoz](https://github.com/AlexMunoz))
16+
- BinHong Lee ([@binhonglee](https://github.com/binhonglee))
17+
- Binyamin Aron Green ([@binyamin](https://github.com/binyamin))
18+
- Patrick Fiaux ([@pfiaux](https://github.com/pfiaux))
19+
20+
## v1.25.0 (2021-05-17)
221

322
#### New Feature 🎉
423

@@ -418,7 +437,7 @@
418437
#### Committers: 2
419438

420439
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
421-
- [@thomsj](https://github.com/thomsj)
440+
- James Thomson ([@thomsj](https://github.com/thomsj))
422441

423442
## v1.15.0 (2019-09-23)
424443

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnm"
3-
version = "1.25.0"
3+
version = "1.26.0"
44
authors = ["Gal Schlezinger <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

docs/commands.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `fnm`
22

33
```
4-
fnm 1.25.0
4+
fnm 1.26.0
55
A fast and simple Node.js manager
66
77
USAGE:
@@ -47,7 +47,7 @@ SUBCOMMANDS:
4747
# `fnm alias`
4848

4949
```
50-
fnm-alias 1.25.0
50+
fnm-alias 1.26.0
5151
Alias a version to a common name
5252
5353
USAGE:
@@ -75,7 +75,7 @@ ARGS:
7575
# `fnm completions`
7676

7777
```
78-
fnm-completions 1.25.0
78+
fnm-completions 1.26.0
7979
Print shell completions to stdout
8080
8181
USAGE:
@@ -102,7 +102,7 @@ OPTIONS:
102102
# `fnm current`
103103

104104
```
105-
fnm-current 1.25.0
105+
fnm-current 1.26.0
106106
Print the current Node.js version
107107
108108
USAGE:
@@ -126,7 +126,7 @@ OPTIONS:
126126
# `fnm default`
127127

128128
```
129-
fnm-default 1.25.0
129+
fnm-default 1.26.0
130130
Set a version as the default version
131131
132132
This is a shorthand for `fnm alias VERSION default`
@@ -165,7 +165,7 @@ ARGS:
165165
# `fnm env`
166166

167167
```
168-
fnm-env 1.25.0
168+
fnm-env 1.26.0
169169
Print and set up required environment variables for fnm
170170
171171
This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready
@@ -209,7 +209,7 @@ OPTIONS:
209209
# `fnm exec`
210210

211211
```
212-
fnm-exec 1.25.0
212+
fnm-exec 1.26.0
213213
Run a command within fnm context
214214
215215
Example:
@@ -260,7 +260,7 @@ ARGS:
260260
# `fnm install`
261261

262262
```
263-
fnm-install 1.25.0
263+
fnm-install 1.26.0
264264
Install a new Node.js version
265265
266266
USAGE:
@@ -288,7 +288,7 @@ ARGS:
288288
# `fnm list`
289289

290290
```
291-
fnm-list 1.25.0
291+
fnm-list 1.26.0
292292
List all locally installed Node.js versions
293293
294294
USAGE:
@@ -312,7 +312,7 @@ OPTIONS:
312312
# `fnm list-remote`
313313

314314
```
315-
fnm-list-remote 1.25.0
315+
fnm-list-remote 1.26.0
316316
List all remote Node.js versions
317317
318318
USAGE:
@@ -336,7 +336,7 @@ OPTIONS:
336336
# `fnm uninstall`
337337

338338
```
339-
fnm-uninstall 1.25.0
339+
fnm-uninstall 1.26.0
340340
Uninstall a Node.js version
341341
342342
> Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other
@@ -376,7 +376,7 @@ ARGS:
376376
# `fnm use`
377377

378378
```
379-
fnm-use 1.25.0
379+
fnm-use 1.26.0
380380
Change Node.js version
381381
382382
USAGE:

docs/fnm.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)