Skip to content

Commit 6d2dd96

Browse files
Version Packages
1 parent a31419c commit 6d2dd96

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.changeset/dry-rocks-smash.md

-5
This file was deleted.

.changeset/rare-otters-perform.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## 1.31.0 (2022-02-16)
22

3+
## 1.34.0
4+
5+
### Minor Changes
6+
7+
- Add --corepack-enabled flag for automatically enabling corepack on fnm install ([#960](https://github.com/Schniz/fnm/pull/960))
8+
9+
### Patch Changes
10+
11+
- use cygwinpath to make the path posix-like on Windows Bash usage ([#960](https://github.com/Schniz/fnm/pull/960))
12+
313
## 1.33.1
414

515
### Patch Changes

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

docs/commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `fnm`
22

33
```
4-
fnm 1.33.1
4+
fnm 1.34.0
55
A fast and simple Node.js manager
66
77
USAGE:

docs/fnm.svg

+1-1
Loading

package.json

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

0 commit comments

Comments
 (0)