Browse Source

v1.30.1

remotes/origin/feat/support-install-latest v1.30.1
Gal Schlezinger 3 years ago
parent
commit
8ff3c9ec24
  1. 12
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      docs/commands.md
  5. 2
      docs/fnm.svg

12
CHANGELOG.md

@ -1,4 +1,14 @@ @@ -1,4 +1,14 @@
## 1.30.0 (2022-01-30)
## 1.30.1 (2022-01-30)
#### Bugfix 🐛
- [#652](https://github.com/Schniz/fnm/pull/652) Fix `fnm completions` ([@Schniz](https://github.com/Schniz))
#### Committers: 1
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.30.0 (2022-01-30)
#### Bugfix 🐛

2
Cargo.lock generated

@ -478,7 +478,7 @@ dependencies = [ @@ -478,7 +478,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.30.0"
version = "1.30.1"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.30.0"
version = "1.30.1"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"

2
docs/commands.md

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# `fnm`
```
fnm 1.30.0
fnm 1.30.1
A fast and simple Node.js manager
USAGE:

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Loading…
Cancel
Save