near-cli-rs 0.23.2 → 0.23.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.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.23.4](https://github.com/near/near-cli-rs/compare/v0.23.3...v0.23.4) - 2026-01-01
11
+
12
+ ### Other
13
+
14
+ - Upgraded dependencies to the latest major dependencies ([#540](https://github.com/near/near-cli-rs/pull/540))
15
+
16
+ ## [0.23.3](https://github.com/near/near-cli-rs/compare/v0.23.2...v0.23.3) - 2025-12-31
17
+
18
+ ### Fixed
19
+
20
+ - Improved messages for interactive and teach-me modes ([#531](https://github.com/near/near-cli-rs/pull/531))
21
+ - Improved clarity and consistency of interactive prompts ([#538](https://github.com/near/near-cli-rs/pull/538))
22
+
10
23
  ## [0.23.2](https://github.com/near/near-cli-rs/compare/v0.23.1...v0.23.2) - 2025-12-19
11
24
 
12
25
  ### 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.23.2"
26
+ "version": "0.23.4"
27
27
  },
28
28
  "node_modules/@isaacs/balanced-match": {
29
29
  "engines": {
@@ -896,5 +896,5 @@
896
896
  }
897
897
  },
898
898
  "requires": true,
899
- "version": "0.23.2"
899
+ "version": "0.23.4"
900
900
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.23.2",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.23.4",
3
3
  "bin": {
4
4
  "near": "run-near.js"
5
5
  },
@@ -94,7 +94,7 @@
94
94
  "zipExt": ".tar.gz"
95
95
  }
96
96
  },
97
- "version": "0.23.2",
97
+ "version": "0.23.4",
98
98
  "volta": {
99
99
  "node": "18.14.1",
100
100
  "npm": "9.5.0"