Browse Source

fnm 1.22.2

remotes/origin/add-with-shims v1.22.2
Gal Schlezinger 5 years ago
parent
commit
53d436f685
  1. 18
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml
  4. 2
      docs/fnm.svg

18
CHANGELOG.md

@ -1,4 +1,20 @@ @@ -1,4 +1,20 @@
## 1.22.1 (2020-10-25)
## 1.22.2 (2020-10-25)
#### Bugfix 🐛
- [#284](https://github.com/Schniz/fnm/pull/284) Fix npm not working because of wrong file copying ([@Schniz](https://github.com/Schniz))
#### Documentation 📝
- [#271](https://github.com/Schniz/fnm/pull/271) Update README for Windows instructions ([@Schniz](https://github.com/Schniz))
- [#281](https://github.com/Schniz/fnm/pull/281) docs: removed mentions of --multi from README ([@folke](https://github.com/folke))
#### Committers: 2
- Folke Lemaitre ([@folke](https://github.com/folke))
- Gal Schlezinger ([@Schniz](https://github.com/Schniz))
## v1.22.1 (2020-10-25)
#### Internal 🛠

2
Cargo.lock generated

@ -470,7 +470,7 @@ dependencies = [ @@ -470,7 +470,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.22.1"
version = "1.22.2"
dependencies = [
"atty",
"chrono",

2
Cargo.toml

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

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: 28 KiB

Loading…
Cancel
Save