Skip to content

Commit

Permalink
Release:
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Oct 16, 2023
1 parent 33ec5af commit 8fd6644
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
11 changes: 11 additions & 0 deletions crates/detect-newline-style/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# `detect-newline-style` Changelog

## v0.1.1

* add tests to cover no-op cases


## v0.1.0

* Initial release 🎊🎉

2 changes: 1 addition & 1 deletion crates/detect-newline-style/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "detect-newline-style"
description = "Determine a string's preferred newline character"
version = "0.1.0"
version = "0.1.1"
keywords = [
"eol",
"newline",
Expand Down
12 changes: 12 additions & 0 deletions crates/node-js-release-info/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# `node-js-release-info` Changelog

## v0.1.1

* clarify example usage instructions
* add tests for serializing enums


## v0.1.0

* Initial release 🎊🎉

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.0"
version = "0.1.1"
keywords = [
"nodejs",
"download",
Expand Down

0 comments on commit 8fd6644

Please sign in to comment.