From a15feaf699c8976153f83e7cb4a086b27052118c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:32:50 -0300 Subject: [PATCH] release: apply version updates from current changes (#129) Co-authored-by: lucasfernog-crabnebula --- .changes/fix-download-macos.md | 6 ------ bindings/packager/nodejs/CHANGELOG.md | 8 ++++++++ bindings/packager/nodejs/package.json | 2 +- crates/packager/CHANGELOG.md | 4 ++++ crates/packager/Cargo.toml | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changes/fix-download-macos.md diff --git a/.changes/fix-download-macos.md b/.changes/fix-download-macos.md deleted file mode 100644 index b8977e5b..00000000 --- a/.changes/fix-download-macos.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cargo-packager": patch -"@crabnebula/packager": patch ---- - -Fix file download not working on macOS and Windows (arm). diff --git a/bindings/packager/nodejs/CHANGELOG.md b/bindings/packager/nodejs/CHANGELOG.md index a91afde4..578ad510 100644 --- a/bindings/packager/nodejs/CHANGELOG.md +++ b/bindings/packager/nodejs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## \[0.1.4] + +- [`3b3ce76`](https://www.github.com/crabnebula-dev/cargo-packager/commit/3b3ce76da0581cf8d553d6edeb0df24f896c62a6)([#128](https://www.github.com/crabnebula-dev/cargo-packager/pull/128)) Fix file download not working on macOS and Windows (arm). + +### Dependencies + +- Upgraded to `cargo-packager@0.4.4` + ## \[0.1.3] - [`2a50c8e`](https://www.github.com/crabnebula-dev/cargo-packager/commit/2a50c8ea734193036db0ab461f9005ea904cf4b7)([#124](https://www.github.com/crabnebula-dev/cargo-packager/pull/124)) Fix packaing of external binaries. diff --git a/bindings/packager/nodejs/package.json b/bindings/packager/nodejs/package.json index 79877cb5..0108fb87 100644 --- a/bindings/packager/nodejs/package.json +++ b/bindings/packager/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "@crabnebula/packager", - "version": "0.1.3", + "version": "0.1.4", "main": "build/index.js", "module": "build/index.js", "types": "build/index.d.ts", diff --git a/crates/packager/CHANGELOG.md b/crates/packager/CHANGELOG.md index 3514b56a..f7f5efff 100644 --- a/crates/packager/CHANGELOG.md +++ b/crates/packager/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.4.4] + +- [`3b3ce76`](https://www.github.com/crabnebula-dev/cargo-packager/commit/3b3ce76da0581cf8d553d6edeb0df24f896c62a6)([#128](https://www.github.com/crabnebula-dev/cargo-packager/pull/128)) Fix file download not working on macOS and Windows (arm). + ## \[0.4.3] - [`2a50c8e`](https://www.github.com/crabnebula-dev/cargo-packager/commit/2a50c8ea734193036db0ab461f9005ea904cf4b7)([#124](https://www.github.com/crabnebula-dev/cargo-packager/pull/124)) Fix packaing of external binaries. diff --git a/crates/packager/Cargo.toml b/crates/packager/Cargo.toml index 2237e7d2..e842032d 100644 --- a/crates/packager/Cargo.toml +++ b/crates/packager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-packager" -version = "0.4.3" +version = "0.4.4" description = "Executable packager and bundler distributed as a CLI and library." authors = [ "CrabNebula Ltd.",