Browse Source

Version Packages (#784)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/clean-multishell-on-shell-exit v1.32.0
github-actions[bot] 2 years ago committed by GitHub
parent
commit
3d58499749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/chilly-apes-travel.md
  2. 5
      .changeset/red-flowers-collect.md
  3. 5
      .changeset/soft-laws-doubt.md
  4. 5
      .changeset/yellow-otters-develop.md
  5. 14
      CHANGELOG.md
  6. 2
      Cargo.lock
  7. 2
      Cargo.toml
  8. 2
      docs/commands.md
  9. 2
      docs/fnm.svg
  10. 2
      package.json

5
.changeset/chilly-apes-travel.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
Add `--json` to `fnm env` to output the env vars as JSON

5
.changeset/red-flowers-collect.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
This updates the Changesets configurations.

5
.changeset/soft-laws-doubt.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
fix test: Use correct PATH for npm install test

5
.changeset/yellow-otters-develop.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
Make installation script respect `$XDG_DATA_HOME`

14
CHANGELOG.md

@ -1,5 +1,19 @@ @@ -1,5 +1,19 @@
## 1.31.0 (2022-02-16)
## 1.32.0
### Minor Changes
- Add `--json` to `fnm env` to output the env vars as JSON ([#800](https://github.com/Schniz/fnm/pull/800))
### Patch Changes
- This updates the Changesets configurations. ([#783](https://github.com/Schniz/fnm/pull/783))
- fix test: Use correct PATH for npm install test ([#768](https://github.com/Schniz/fnm/pull/768))
- Make installation script respect `$XDG_DATA_HOME` ([#614](https://github.com/Schniz/fnm/pull/614))
## 1.31.1
### Patch Changes

2
Cargo.lock generated

@ -598,7 +598,7 @@ dependencies = [ @@ -598,7 +598,7 @@ dependencies = [
[[package]]
name = "fnm"
version = "1.31.1"
version = "1.32.0"
dependencies = [
"anyhow",
"atty",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.31.1"
version = "1.32.0"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
edition = "2021"
build = "build.rs"

2
docs/commands.md

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
# `fnm`
```
fnm 1.31.1
fnm 1.32.0
A fast and simple Node.js manager
USAGE:

2
docs/fnm.svg

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "fnm",
"version": "1.31.1",
"version": "1.32.0",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",

Loading…
Cancel
Save