Browse Source

Version Packages (#876)

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

5
.changeset/real-mayflies-watch.md

@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
---
"fnm": patch
---
remove upx compression from arm binaries because it fails to build on latest rust

6
CHANGELOG.md

@ -1,5 +1,11 @@ @@ -1,5 +1,11 @@
## 1.31.0 (2022-02-16)
## 1.33.1
### Patch Changes
- remove upx compression from arm binaries because it fails to build on latest rust ([#875](https://github.com/Schniz/fnm/pull/875))
## 1.33.0
### Minor Changes

2
Cargo.lock generated

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

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
[package]
name = "fnm"
version = "1.33.0"
version = "1.33.1"
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.33.0
fnm 1.33.1
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.33.0",
"version": "1.33.1",
"private": true,
"repository": "git@github.com:Schniz/fnm.git",
"author": "Gal Schlezinger <gal@spitfire.co.il>",

Loading…
Cancel
Save