Skip to content

Commit 3da0fda

Browse files
Version Packages (#998)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e282d3c commit 3da0fda

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

.changeset/breezy-olives-appear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/warm-parrots-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 1.31.0 (2022-02-16)
22

3+
## 1.35.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
313
## 1.34.0
414

515
### Minor Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fnm"
3-
version = "1.34.0"
3+
version = "1.35.0"
44
authors = ["Gal Schlezinger <[email protected]>"]
55
edition = "2021"
66
build = "build.rs"

docs/fnm.svg

Lines changed: 1 addition & 1 deletion
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fnm",
3-
"version": "1.34.0",
3+
"version": "1.35.0",
44
"private": true,
55
"repository": "[email protected]:Schniz/fnm.git",
66
"author": "Gal Schlezinger <[email protected]>",

0 commit comments

Comments
 (0)