Skip to content

Commit

Permalink
Release:
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Oct 22, 2023
1 parent 8d77010 commit 1815800
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions crates/node-js-release-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# `node-js-release-info` Changelog


## v1.1.0

* add docs and examples for .fetch_all() method
* add 7z to the list of recognized exts
* add ppc64 and s390x to the list of recognized archs
* add aix to the list of recognized oses
* add .fetch_all() method to retrieve the list of supported configurations


## v1.0.0

* add docs for json feature
Expand Down
2 changes: 1 addition & 1 deletion crates/node-js-release-info/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "node-js-release-info"
description = "Asynchronously retrieve Node.js release info by version and platform from the [downloads server](https://nodejs.org/download/release/)"
version = "1.0.0"
version = "1.1.0"
keywords = [
"nodejs",
"download",
Expand Down

0 comments on commit 1815800

Please sign in to comment.