Browse Source

Version Packages (#863)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
remotes/origin/alias-latest
github-actions[bot] 2 years ago committed by GitHub
parent
commit
c6328a196d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/serious-parents-tease.md
  2. 5
      .changeset/warm-rice-appear.md
  3. 8
      CHANGELOG.md
  4. 2
      Cargo.lock
  5. 2
      Cargo.toml
  6. 2
      docs/commands.md
  7. 2
      docs/fnm.svg
  8. 2
      package.json

5
.changeset/serious-parents-tease.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
Replace `semver` with `node_semver`

5
.changeset/warm-rice-appear.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": minor
---
support `fnm install --latest` to install the latest Node.js version

8
CHANGELOG.md

@ -1,5 +1,13 @@ @@ -1,5 +1,13 @@
## 1.31.0 (2022-02-16)
## 1.33.0
### Minor Changes
- Replace `semver` with `node_semver` ([#816](https://github.com/Schniz/fnm/pull/816))
- support `fnm install --latest` to install the latest Node.js version ([#859](https://github.com/Schniz/fnm/pull/859))
## 1.32.0
### Minor Changes

2
Cargo.lock generated

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

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.32.0"
version = "1.33.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.32.0
fnm 1.33.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: 30 KiB

After

Width:  |  Height:  |  Size: 31 KiB

2
package.json

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

Loading…
Cancel
Save