Skip to content

Commit d8d7386

Browse files
committed
chore: release v0.10.1
1 parent 166a8cb commit d8d7386

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## v0.10.0
415

516
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jup-ag/cli",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"license": "GPL-3.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)