Browse Source

Version Packages (#761)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/feat/support-install-latest v1.31.1
github-actions[bot] 3 years ago committed by GitHub
parent
commit
d740ae14c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/clever-carrots-work.md
  2. 10
      CHANGELOG.md
  3. 2
      Cargo.lock
  4. 2
      Cargo.toml
  5. 2
      docs/commands.md
  6. 2
      docs/fnm.svg
  7. 2
      package.json

5
.changeset/clever-carrots-work.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
Add changesets

10
CHANGELOG.md

@ -1,5 +1,11 @@ @@ -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 @@ @@ -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 @@ @@ -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 📝

2
Cargo.lock generated

@ -570,7 +570,7 @@ dependencies = [ @@ -570,7 +570,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.31.0"
version = "1.31.1"
dependencies = [
"anyhow",
"atty",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.31.0"
version = "1.31.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.31.0
fnm 1.31.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: 29 KiB

After

Width:  |  Height:  |  Size: 31 KiB

2
package.json

@ -1,6 +1,6 @@ @@ -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 <gal@spitfire.co.il>",

Loading…
Cancel
Save