We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166a8cb commit d8d7386Copy full SHA for d8d7386
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.10.1
4
+
5
+### Bug Fixes
6
7
+- Improve invalid `settings.json` error messages and redact API keys in `config list` output (#19)
8
9
+### Improvements
10
11
+- Upgrade `@solana/keychain` to v1.1 and reduce bundle size (#17)
12
+- Add end-to-end tests for the `keys` command (#18)
13
14
## v0.10.0
15
16
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "@jup-ag/cli",
- "version": "0.10.0",
+ "version": "0.10.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
0 commit comments