Skip to content

Commit

Permalink
Version Packages (#974)
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 Jul 1, 2023
1 parent 8062862 commit 8c76ca6
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-rocks-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-avocados-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-otters-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-ducks-float.md

This file was deleted.

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

## 1.34.0

### Minor Changes

- Add --corepack-enabled flag for automatically enabling corepack on fnm install ([#960](https://github.com/Schniz/fnm/pull/960))

### Patch Changes

- modernize tty check (#973 by @tottoto) ([`48b2611`](https://github.com/Schniz/fnm/commit/48b2611e4b1c205f07dcbd50f2fff436becb77c1))

- use cygwinpath to make the path posix-like on Windows Bash usage ([#960](https://github.com/Schniz/fnm/pull/960))

- capitalize "n" to show default (#963 by @Joshuahuahua) ([`48b2611`](https://github.com/Schniz/fnm/commit/48b2611e4b1c205f07dcbd50f2fff436becb77c1))

## 1.33.1

### 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.33.1"
version = "1.34.0"
authors = ["Gal Schlezinger <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `fnm`

```
fnm 1.33.1
fnm 1.34.0
A fast and simple Node.js manager
USAGE:
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.33.1",
"version": "1.34.0",
"private": true,
"repository": "[email protected]:Schniz/fnm.git",
"author": "Gal Schlezinger <[email protected]>",
Expand Down

1 comment on commit 8c76ca6

@github-actions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

benchmark current value last value diff trend
fnm_basic/median 6.88ms 7.03ms -0.15ms

fnm_basic/max 8.91ms 8.52ms +0.39ms

fnm_basic/mean 6.91ms 7.07ms -0.16ms

fnm_basic/min 6.76ms 6.79ms -0.03ms

fnm_basic/stddev 0.17ms 0.18ms -0.01ms

binary size 6956kb 6948kb +8kb

Please sign in to comment.