diff --git a/.changeset/clever-carrots-work.md b/.changeset/clever-carrots-work.md deleted file mode 100644 index 18b71d4..0000000 --- a/.changeset/clever-carrots-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fnm": patch ---- - -Add changesets diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f63178..635a2be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 1.31.0 (2022-02-16) +## 1.31.1 + +### Patch Changes + +- 6e6bdd8: Add changesets + #### Bugfix 🐛 - [#671](https://github.com/Schniz/fnm/pull/671) fix native-creds errors (using the unpublished version of reqwest) ([@Schniz](https://github.com/Schniz)) @@ -73,7 +79,7 @@ #### New Feature 🎉 - [#607](https://github.com/Schniz/fnm/pull/607) Allow recursive version lookups ([@Schniz](https://github.com/Schniz)) -- [#416](https://github.com/Schniz/fnm/pull/416) Respect $XDG_DATA_HOME ([@samhh](https://github.com/samhh)) +- [#416](https://github.com/Schniz/fnm/pull/416) Respect \$XDG_DATA_HOME ([@samhh](https://github.com/samhh)) #### Bugfix 🐛 @@ -289,7 +295,7 @@ #### Bugfix 🐛 - [#368](https://github.com/Schniz/fnm/pull/368) Update 'ring' to '0.16.17' ([@gucheen](https://github.com/gucheen)) -- [#347](https://github.com/Schniz/fnm/pull/347) Check if $ZDOTDIR exists to find correct path to .zshrc ([@thales-maciel](https://github.com/thales-maciel)) +- [#347](https://github.com/Schniz/fnm/pull/347) Check if \$ZDOTDIR exists to find correct path to .zshrc ([@thales-maciel](https://github.com/thales-maciel)) #### Documentation 📝 diff --git a/Cargo.lock b/Cargo.lock index 5187c1f..5bfd702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "fnm" -version = "1.31.0" +version = "1.31.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index c6d7556..4681847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fnm" -version = "1.31.0" +version = "1.31.1" authors = ["Gal Schlezinger "] edition = "2021" build = "build.rs" diff --git a/docs/commands.md b/docs/commands.md index 48132c3..49b4ccc 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -1,7 +1,7 @@ # `fnm` ``` -fnm 1.31.0 +fnm 1.31.1 A fast and simple Node.js manager USAGE: diff --git a/docs/fnm.svg b/docs/fnm.svg index 59abbb5..aac1bc0 100644 --- a/docs/fnm.svg +++ b/docs/fnm.svg @@ -1 +1 @@ -evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.31.0catcat.node-version16.14.0fnminstallInstallingNodev16.14.0(arm64)fnmuseUsingNodev16.14.0nodenode-vv16.14.0eevevaeval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnmunnonod \ No newline at end of file +evaleval"$(fnmeval"$(fnmenv)"ffnfnmfnm--versionfnm1.31.1catcat.node-version16.15.1fnminstallInstallingNodev16.15.1(x64)fnmuseUsingNodev16.15.1nodenode-vv16.15.1eevevaeval"eval"$eval"$(eval"$(feval"$(fneval"$(fnmeeval"$(fnmeneval"$(fnmenveval"$(fnmenv)fnm-fnm--fnm--vfnm--vefnm--verfnm--versfnm--versifnm--versioccacat.cat.ncat.nocat.nodcat.nodecat.node-cat.node-vcat.node-vecat.node-vercat.node-verscat.node-versicat.node-versiofnmifnminfnminsfnminstfnminstafnminstalfnmufnmusnnonodnode- \ No newline at end of file diff --git a/package.json b/package.json index a1127f5..83e9995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fnm", - "version": "1.31.0", + "version": "1.31.1", "private": true, "repository": "git@github.com:Schniz/fnm.git", "author": "Gal Schlezinger ",