Skip to content

Commit 267469a

Browse files
committed
chore(cli): bump CLI to v3.6.0
1 parent e683fd6 commit 267469a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,19 @@
378378

379379
## Minor Changes
380380

381+
- Added `keyshade reset` to wipe local profile configuration files.
382+
383+
## 3.6.0
384+
385+
### Minor Changes
386+
387+
- Added `keyshade pat` base command
388+
- Added `keyshade pat create` command
389+
- Added `keyshade pat list` command
390+
- Added `keyshade pat delete` command
391+
- Added `keyshade pat update` command
392+
- Added `keyshade pat regenerate` command
393+
- Added `keyshade import` command
394+
- Improved efficiency of bulk import
395+
- Removed `keyshade project import` command
381396
- Added `keyshade reset` to wipe local profile configuration files.

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keyshade/cli",
3-
"version": "3.6.0-stage.3",
3+
"version": "3.6.0",
44
"description": "CLI for keyshade",
55
"main": "dist/index.cjs",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)