Skip to content

Commit cb85f5a

Browse files
authored
chore(master): release 1.6.0 (#16)
1 parent 1e19c8c commit cb85f5a

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/sobird/pcs-cli/compare/v1.5.0...v1.6.0) (2026-02-24)
4+
5+
6+
### Features
7+
8+
* do not use tsconfig paths ([16c2115](https://github.com/sobird/pcs-cli/commit/16c2115f0a49834d30f30927bf54d39608ab1d68))
9+
* using tsup instead of rollup & add src dir ([94f59ba](https://github.com/sobird/pcs-cli/commit/94f59ba1feeb741821690a4afb4510e7b4908834))
10+
11+
12+
### Bug Fixes
13+
14+
* createSuperFile need resolve path ([3f88b0e](https://github.com/sobird/pcs-cli/commit/3f88b0ec4a95e714cf27454d2a2a820b2612ddc2))
15+
* upload file need resolve path ([3f24482](https://github.com/sobird/pcs-cli/commit/3f2448299e9679de2593b6e8cfa446b62726a467))
16+
317
## [1.5.0](https://github.com/sobird/pcs-cli/compare/v1.4.0...v1.5.0) (2026-01-11)
418

519

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.5.0",
4+
"version": "1.6.0",
55
"type": "module",
66
"bin": {
77
"pcs": "bin/dev.ts"

0 commit comments

Comments
 (0)