Browse Source

Version Packages (#1177)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/renovate/reqwest-0.x-lockfile v1.37.1
github-actions[bot] 8 months ago committed by GitHub
parent
commit
ec947a9dd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      .changeset/warm-garlics-move.md
  2. 6
      CHANGELOG.md
  3. 2
      Cargo.lock
  4. 2
      Cargo.toml
  5. 2
      docs/fnm.svg
  6. 2
      package.json

5
.changeset/warm-garlics-move.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
windows: fix shell inference in powershell when using scoop's shims

6
CHANGELOG.md

@ -1,5 +1,11 @@ @@ -1,5 +1,11 @@
## 1.31.0 (2022-02-16)
## 1.37.1
### Patch Changes
- [#1164](https://github.com/Schniz/fnm/pull/1164) [`318f86d`](https://github.com/Schniz/fnm/commit/318f86d72938166cb2b3195cae37826f827b6c08) Thanks [@Schniz](https://github.com/Schniz)! - windows: fix shell inference in powershell when using scoop's shims
## 1.37.0
### Minor Changes

2
Cargo.lock generated

@ -659,7 +659,7 @@ dependencies = [ @@ -659,7 +659,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.37.0"
version = "1.37.1"
dependencies = [
"anyhow",
"chrono",

2
Cargo.toml

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

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 76 KiB

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.37.0",
"version": "1.37.1",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",

Loading…
Cancel
Save