Skip to content

Commit

Permalink
Merge pull request #973 from neon-bindings/kv/release-cargo-cp
Browse files Browse the repository at this point in the history
Release cargo-cp-artifact 0.1.8
  • Loading branch information
kjvalencik authored Mar 8, 2023
2 parents 25ff5cc + c112301 commit fe4642e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Neon owes its existence to the contributions of these fine people.
* [Lin Clark](https://github.com/linclark)
* [ComplexSpaces](https://github.com/complexspaces)
* [Nathaniel Daniel](https://github.com/adumbidiot)
* [John Darrington](https://github.com/DnOberon)
* [Joey Ezechiëls](https://github.com/jjpe)
* [Ryan Fitzgerald](https://github.com/rf-)
* [Cory Forsyth](https://github.com/bantic)
Expand Down
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# (cargo-cp-artifact) 0.1.8

Fixes sending additional arguments on Windows.

# Version 1.0.0-alpha.2

## Breaking Changes
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion pkgs/cargo-cp-artifact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cargo-cp-artifact",
"version": "0.1.7",
"version": "0.1.8",
"description": "Copies compiler artifacts emitted by rustc by parsing Cargo metadata",
"main": "src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion test/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"repository": "https://github.com/electron/electron-quick-start",
"devDependencies": {
"@playwright/test": "^1.23.1",
"cargo-cp-artifact": "^0.1.7",
"cargo-cp-artifact": "^0.1.8",
"electron": "^19.0.11",
"playwright": "^1.23.1"
}
Expand Down
2 changes: 1 addition & 1 deletion test/napi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "mocha --v8-expose-gc --timeout 5000 --recursive lib"
},
"devDependencies": {
"cargo-cp-artifact": "^0.1.7",
"cargo-cp-artifact": "^0.1.8",
"chai": "^4.3.6",
"mocha": "^10.0.0"
}
Expand Down

0 comments on commit fe4642e

Please sign in to comment.