near-cli-rs 0.15.0 → 0.15.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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.15.1](https://github.com/near/near-cli-rs/compare/v0.15.0...v0.15.1) - 2024-09-11
11
+
12
+ ### Other
13
+
14
+ - updates near-* dependencies to 0.26 release ([#405](https://github.com/near/near-cli-rs/pull/405))
15
+
10
16
  ## [0.15.0](https://github.com/near/near-cli-rs/compare/v0.14.3...v0.15.0) - 2024-09-02
11
17
 
12
18
  ### Added
@@ -24,7 +24,7 @@
24
24
  "hasInstallScript": true,
25
25
  "license": "MIT OR Apache-2.0",
26
26
  "name": "near-cli-rs",
27
- "version": "0.15.0"
27
+ "version": "0.15.1"
28
28
  },
29
29
  "node_modules/@isaacs/cliui": {
30
30
  "dependencies": {
@@ -786,5 +786,5 @@
786
786
  }
787
787
  },
788
788
  "requires": true,
789
- "version": "0.15.0"
789
+ "version": "0.15.1"
790
790
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.15.0",
2
+ "artifactDownloadUrl": "https://github.com/near/near-cli-rs/releases/download/v0.15.1",
3
3
  "bin": {
4
4
  "near": "run-near.js"
5
5
  },
@@ -88,7 +88,7 @@
88
88
  "zipExt": ".tar.gz"
89
89
  }
90
90
  },
91
- "version": "0.15.0",
91
+ "version": "0.15.1",
92
92
  "volta": {
93
93
  "node": "18.14.1",
94
94
  "npm": "9.5.0"