near-cli-rs 0.21.0 → 0.22.1

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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.22.1](https://github.com/near/near-cli-rs/compare/v0.22.0...v0.22.1) - 2025-08-15
11
+
12
+ ### Other
13
+
14
+ - update near-* dependencies to 0.31 release ([#514](https://github.com/near/near-cli-rs/pull/514))
15
+
16
+ ## [0.22.0](https://github.com/near/near-cli-rs/compare/v0.21.0...v0.22.0) - 2025-07-21
17
+
18
+ ### Added
19
+
20
+ - New "message sign-nep413" command - NEP-413 offchain messages signing ([#507](https://github.com/near/near-cli-rs/pull/507))
21
+
22
+ ### Fixed
23
+
24
+ - Gracefully handle (Started, NotStarted) transaction status ([#510](https://github.com/near/near-cli-rs/pull/510))
25
+
26
+ ### Other
27
+
28
+ - Removed dj8yfo from CODEOWNERS
29
+
10
30
  ## [0.21.0](https://github.com/near/near-cli-rs/compare/v0.20.0...v0.21.0) - 2025-07-08
11
31
 
12
32
  ### Added
@@ -23,7 +23,7 @@
23
23
  "hasInstallScript": true,
24
24
  "license": "MIT OR Apache-2.0",
25
25
  "name": "near-cli-rs",
26
- "version": "0.21.0"
26
+ "version": "0.22.1"
27
27
  },
28
28
  "node_modules/@isaacs/cliui": {
29
29
  "dependencies": {
@@ -713,5 +713,5 @@
713
713
  }
714
714
  },
715
715
  "requires": true,
716
- "version": "0.21.0"
716
+ "version": "0.22.1"
717
717
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.21.0",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.22.1",
3
3
  "bin": {
4
4
  "near": "run-near.js"
5
5
  },
@@ -87,7 +87,7 @@
87
87
  "zipExt": ".tar.gz"
88
88
  }
89
89
  },
90
- "version": "0.21.0",
90
+ "version": "0.22.1",
91
91
  "volta": {
92
92
  "node": "18.14.1",
93
93
  "npm": "9.5.0"