Skip to content

Commit a614409

Browse files
authored
chore(master): release 1.4.0 (#14)
1 parent 04430c2 commit a614409

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/sobird/pcs-cli/compare/v1.3.2...v1.4.0) (2025-12-31)
4+
5+
6+
### Features
7+
8+
* add release-please workflow ([ad78865](https://github.com/sobird/pcs-cli/commit/ad78865a726c9d0b68fefddf2bfbdc453e41a708))
9+
* pcs cmd refactor ([131d368](https://github.com/sobird/pcs-cli/commit/131d368d120b27a92c1957175a44610bdbb32d43))
10+
* use pnpm & tsx ([d7f4251](https://github.com/sobird/pcs-cli/commit/d7f42514e7f0f36fe1de5fab180661ed58ac492a))
11+
12+
13+
### Bug Fixes
14+
15+
* add tsx devDeps ([84ba153](https://github.com/sobird/pcs-cli/commit/84ba1532005251b6abca1980a0c167230aff6657))
16+
* deps vulnerabilities ([f01c7a1](https://github.com/sobird/pcs-cli/commit/f01c7a195fe81cec5dac299edc8064a56b1f9bdd))
17+
* enable trusted publishing for npm packages ([5ee33fe](https://github.com/sobird/pcs-cli/commit/5ee33fec678feb15befb4d6b5a1a6c3d6b611f82))
18+
* publish workflows Set up pnpm need before Set up Node.js ([5551a74](https://github.com/sobird/pcs-cli/commit/5551a741d6ef22037ae56f40b53a589f447bdc53))
19+
* reconfig NODE_AUTH_TOKEN ([551a7fc](https://github.com/sobird/pcs-cli/commit/551a7fcc99f1523373d9a9299438438950d974f4))
20+
* remove package-lock=false npmrc ([1512901](https://github.com/sobird/pcs-cli/commit/151290172758af9592794262b5cd73da8d699de5))
21+
* test it ([0c038af](https://github.com/sobird/pcs-cli/commit/0c038af3fd16d2320e143d818b2f0f98230d30e1))
22+
* test workflow ([b06c589](https://github.com/sobird/pcs-cli/commit/b06c589066bf8d24130616664a8128258cd66972))
23+
* update upload file ([6f260fc](https://github.com/sobird/pcs-cli/commit/6f260fc2589d1a551fa3b8feae2c72b00755ac09))
24+
25+
26+
### Performance Improvements
27+
28+
* 优化代码 ([98392cc](https://github.com/sobird/pcs-cli/commit/98392ccca47d05d71f6c399ed8322dacba621912))
29+
330
## [1.3.2](https://github.com/sobird/pcs-cli/compare/v1.3.1...v1.3.2) (2025-12-31)
431

532

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

0 commit comments

Comments
 (0)