Skip to content

Commit f0fc0fc

Browse files
authored
chore(master): release 1.7.0 (#18)
1 parent 942748e commit f0fc0fc

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/sobird/pcs-cli/compare/v1.6.1...v1.7.0) (2026-03-04)
4+
5+
6+
### Features
7+
8+
* **eslint:** upgrade eslint-config-sobird to v1.0 ([942748e](https://github.com/sobird/pcs-cli/commit/942748e6a30b8a7e711b633d16d5ed4505e00c2d))
9+
10+
11+
### Bug Fixes
12+
13+
* @commander-js/extra-typings ambient module setup ([b1e7cb1](https://github.com/sobird/pcs-cli/commit/b1e7cb15ebbe8624889d1940d764a21eb1082bb0))
14+
* cliui v9 need declare module 'cliui' types ([b9b4715](https://github.com/sobird/pcs-cli/commit/b9b47150e64fb5e438405bbba175491447b127b0))
15+
* npm run lint:fix ([78a92f8](https://github.com/sobird/pcs-cli/commit/78a92f87d0e55e3fcf25487a4048a502c5d679a7))
16+
* upgrade eslint-config-sobird to v1.0 ([1b9a074](https://github.com/sobird/pcs-cli/commit/1b9a0749cc43480c5bffc593e9167c8b1396f11d))
17+
318
## [1.6.1](https://github.com/sobird/pcs-cli/compare/v1.6.0...v1.6.1) (2026-02-24)
419

520

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
"type": "module",
4-
"version": "1.6.1",
4+
"version": "1.7.0",
55
"packageManager": "pnpm@10.30.2",
66
"description": "Baidu Personal Cloud Storage's Command Line Interface.",
77
"author": {

0 commit comments

Comments
 (0)