Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #784

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version Packages
  • Loading branch information
github-actions[bot] committed Nov 17, 2022
commit a704a26bcb087391d0b8add530e46056db1075ff
5 changes: 0 additions & 5 deletions .changeset/chilly-apes-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-flowers-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-laws-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-otters-develop.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.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
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.31.1"
version = "1.32.0"
authors = ["Gal Schlezinger <gal@spitfire.co.il>"]
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.31.1
fnm 1.32.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.31.1",
"version": "1.32.0",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",
Expand Down