Skip to content

Commit c761eda

Browse files
authored
chore(master): release 1.5.0 (#15)
1 parent 3a06471 commit c761eda

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/sobird/pcs-cli/compare/v1.4.0...v1.5.0) (2026-01-11)
4+
5+
6+
### Features
7+
8+
* support ImplicitGrant when not enter a secret ([80f5dcf](https://github.com/sobird/pcs-cli/commit/80f5dcf5848b5fef065e3f9b0e4276bb98378e3c))
9+
10+
11+
### Bug Fixes
12+
13+
* if it is not initialized, the command is not allowed to be used ([25f6536](https://github.com/sobird/pcs-cli/commit/25f65369d428c118793acdc8e830d6d31c53a93e))
14+
315
## [1.4.0](https://github.com/sobird/pcs-cli/compare/v1.3.2...v1.4.0) (2025-12-31)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pcs-cli",
33
"description": "Baidu Personal Cloud Storage's Command Line Interface.",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"type": "module",
66
"bin": {
77
"pcs": "bin/pcs.ts"

0 commit comments

Comments
 (0)