Skip to content

Commit 144b3e9

Browse files
Version Packages (#1278)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9273981 commit 144b3e9

File tree

9 files changed

+23
-29
lines changed

9 files changed

+23
-29
lines changed

.changeset/curvy-onions-reflect.md

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

.changeset/gold-onions-lie.md

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

.changeset/nasty-roses-trade.md

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

.changeset/warm-hounds-change.md

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

CHANGELOG.md

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

3+
## 1.38.0
4+
5+
### Minor Changes
6+
7+
- [#1265](https://github.com/Schniz/fnm/pull/1265) [`186e4bb`](https://github.com/Schniz/fnm/commit/186e4bbd9204d7658a4f9923955281687a01e8c3) Thanks [@Schniz](https://github.com/Schniz)! - enable `--resolve-engines` by default. out of experimental phase.
8+
9+
to disable it, add a `--resolve-engines=false` flag, and make sure to open an issue describing _why_.
10+
It might feel like a breaking change but .nvmrc and .node-version have precedence so it should not.
11+
12+
I am all in favor of better experience and I believe supporting engines.node is a good direction.
13+
14+
### Patch Changes
15+
16+
- [#1310](https://github.com/Schniz/fnm/pull/1310) [`9273981`](https://github.com/Schniz/fnm/commit/9273981dc0d78124181927fae8746b5a61901c45) Thanks [@Schniz](https://github.com/Schniz)! - make github releases of macos to be a universal macos executable (both m1 and x64) as github changed the workers to be m1
17+
18+
- [#1277](https://github.com/Schniz/fnm/pull/1277) [`12cf977`](https://github.com/Schniz/fnm/commit/12cf977beb8581000ea84d7b8d1636dc3ae25db3) Thanks [@deanshub](https://github.com/deanshub)! - Having install and uninstall aliases
19+
20+
- [#1318](https://github.com/Schniz/fnm/pull/1318) [`65f7a22`](https://github.com/Schniz/fnm/commit/65f7a22822ce03f07972fe175d08cc60112856f8) Thanks [@Schniz](https://github.com/Schniz)! - better error handling for malformed json
21+
322
## 1.37.2
423

524
### Patch 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.37.2"
3+
version = "1.38.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.37.2",
3+
"version": "1.38.0",
44
"private": true,
55
"repository": "[email protected]:Schniz/fnm.git",
66
"author": "Gal Schlezinger <[email protected]>",

0 commit comments

Comments
 (0)