rust-just 1.42.2 → 1.42.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  Changelog
2
2
  =========
3
3
 
4
+ [1.42.4](https://github.com/casey/just/releases/tag/1.42.4) - 2025-07-24
5
+ ------------------------------------------------------------------------
6
+
7
+ ### Fixed
8
+ - Run imported recipes in correct scope ([#2835](https://github.com/casey/just/pull/2835) by [casey](https://github.com/casey))
9
+ - Fix alias doc comment ([#2833](https://github.com/casey/just/pull/2833) by [casey](https://github.com/casey))
10
+
11
+ [1.42.3](https://github.com/casey/just/releases/tag/1.42.3) - 2025-07-18
12
+ ------------------------------------------------------------------------
13
+
14
+ ### Fixed
15
+ - Run recipes from submodules in correct directory ([#2829](https://github.com/casey/just/pull/2829) by [eisbaw](https://github.com/eisbaw))
16
+
4
17
  [1.42.2](https://github.com/casey/just/releases/tag/1.42.2) - 2025-07-15
5
18
  ------------------------------------------------------------------------
6
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rust-just",
3
- "version": "1.42.2",
3
+ "version": "1.42.4",
4
4
  "description": "🤖 Just a command runner",
5
5
  "bin": {
6
6
  "just": "lib/index.mjs",
@@ -52,13 +52,13 @@
52
52
  "typescript": "^5.7.3"
53
53
  },
54
54
  "optionalDependencies": {
55
- "rust-just-darwin-arm64": "1.42.2",
56
- "rust-just-darwin-x64": "1.42.2",
57
- "rust-just-linux-arm": "1.42.2",
58
- "rust-just-linux-arm64": "1.42.2",
59
- "rust-just-linux-x64": "1.42.2",
60
- "rust-just-windows-arm64": "1.42.2",
61
- "rust-just-windows-x64": "1.42.2"
55
+ "rust-just-darwin-arm64": "1.42.4",
56
+ "rust-just-darwin-x64": "1.42.4",
57
+ "rust-just-linux-arm": "1.42.4",
58
+ "rust-just-linux-arm64": "1.42.4",
59
+ "rust-just-linux-x64": "1.42.4",
60
+ "rust-just-windows-arm64": "1.42.4",
61
+ "rust-just-windows-x64": "1.42.4"
62
62
  },
63
63
  "eslintConfig": {
64
64
  "extends": [