Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Add tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jun 17, 2024
1 parent 37ee690 commit d07d827
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.11.2

#### 🐞 Fixes

- Fixed yarn "2.4.3" not resolving or downloading correctly (it was published to the wrong package).

## 0.11.1

#### 🚀 Updates
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/node-depman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node_depman_plugin"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
license = "MIT"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/node-depman/tests/versions_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ mod yarn {
"1" => "1.22.22",
"2" => "2.4.3",
"3" => "3.8.2",
"berry" => "4.2.2",
"berry" => "4.3.0",
});

#[test]
Expand Down
2 changes: 1 addition & 1 deletion crates/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node_plugin"
version = "0.11.1"
version = "0.11.2"
edition = "2021"
license = "MIT"
publish = false
Expand Down

0 comments on commit d07d827

Please sign in to comment.