Skip to content

Commit

Permalink
Release:
Browse files Browse the repository at this point in the history
node-js-release-info@1.0.0
  • Loading branch information
busticated committed Oct 19, 2023
1 parent 2bcb4ae commit 0cfb362
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,5 +1,14 @@
# `node-js-release-info` Changelog


## v1.0.0

* add docs for json feature
* add test to verify thread-safe types
* breaking: remove .to_json_string() method now that the json feature is available
* add json feature to enable full serialization + deserialization


## v0.1.1

* clarify example usage instructions
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 = "0.1.1"
version = "1.0.0"
keywords = [
"nodejs",
"download",
Expand Down

0 comments on commit 0cfb362

Please sign in to comment.