Browse Source

Version Packages (#998)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/list-filter v1.35.0
github-actions[bot] 2 years ago committed by GitHub
parent
commit
3da0fda313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/breezy-olives-appear.md
  2. 5
      .changeset/warm-parrots-drive.md
  3. 10
      CHANGELOG.md
  4. 2
      Cargo.lock
  5. 2
      Cargo.toml
  6. 2
      docs/fnm.svg
  7. 2
      package.json

5
.changeset/breezy-olives-appear.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
Bump Clap 3 -> 4

5
.changeset/warm-parrots-drive.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
Support resolving `engines.node` field via experimental `--resolve-engines` flag

10
CHANGELOG.md

@ -1,5 +1,15 @@ @@ -1,5 +1,15 @@
## 1.31.0 (2022-02-16)
## 1.35.0
### Minor Changes
- [#839](https://github.com/Schniz/fnm/pull/839) [`97be792`](https://github.com/Schniz/fnm/commit/97be792a4410d8f121e03a1f81f60c48cbfdee2c) Thanks [@amitdahan](https://github.com/amitdahan)! - Support resolving `engines.node` field via experimental `--resolve-engines` flag
### Patch Changes
- [#991](https://github.com/Schniz/fnm/pull/991) [`b19eb29`](https://github.com/Schniz/fnm/commit/b19eb29b26323f0b9fb427d3d9271c9cc13a58f8) Thanks [@amitdahan](https://github.com/amitdahan)! - Bump Clap 3 -> 4
## 1.34.0
### Minor Changes

2
Cargo.lock generated

@ -635,7 +635,7 @@ dependencies = [ @@ -635,7 +635,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.34.0"
version = "1.35.0"
dependencies = [
"anyhow",
"chrono",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.34.0"
version = "1.35.0"
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: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

2
package.json

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

Loading…
Cancel
Save