Skip to content

Commit

Permalink
Version Packages (#1278)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 13, 2024
1 parent 9273981 commit 144b3e9
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-onions-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-onions-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-roses-trade.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/warm-hounds-change.md

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
## 1.31.0 (2022-02-16)

## 1.38.0

### Minor Changes

- [#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.

to disable it, add a `--resolve-engines=false` flag, and make sure to open an issue describing _why_.
It might feel like a breaking change but .nvmrc and .node-version have precedence so it should not.

I am all in favor of better experience and I believe supporting engines.node is a good direction.

### Patch Changes

- [#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

- [#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

- [#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

## 1.37.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.37.2"
version = "1.38.0"
authors = ["Gal Schlezinger <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion docs/fnm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.37.2",
"version": "1.38.0",
"private": true,
"repository": "[email protected]:Schniz/fnm.git",
"author": "Gal Schlezinger <[email protected]>",
Expand Down

0 comments on commit 144b3e9

Please sign in to comment.