Skip to content

Commit 7ebae7a

Browse files
committed
chore(projects): release v1.6.2
1 parent a2bf7ef commit 7ebae7a

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.6.2](https://github.com/soybeanjs/cli/compare/v1.6.1...v1.6.2) (2026-03-20)
4+
5+
###    🐞 Bug Fixes
6+
7+
- **changelog**: add check for existing CHANGELOG.md and add it to git if missing &nbsp;-&nbsp; by **Soybean** [<samp>(34d86)</samp>](https://github.com/soybeanjs/cli/commit/34d8659)
8+
9+
### &nbsp;&nbsp;&nbsp;💅 Refactors
10+
11+
- **projects**: remove create-soybean to standalone repository &nbsp;-&nbsp; by **Soybean** [<samp>(bca1e)</samp>](https://github.com/soybeanjs/cli/commit/bca1e26)
12+
13+
### &nbsp;&nbsp;&nbsp;🏡 Chore
14+
15+
- **deps**:
16+
- update deps and update config &nbsp;-&nbsp; by **Soybean** [<samp>(a2bf7)</samp>](https://github.com/soybeanjs/cli/commit/a2bf7ef)
17+
- **release**:
18+
- update actions and pnpm versions in release workflow &nbsp;-&nbsp; by **Soybean** [<samp>(b0448)</samp>](https://github.com/soybeanjs/cli/commit/b0448d7)
19+
- **vscode**:
20+
- remove unused extensions from recommendations &nbsp;-&nbsp; by **Soybean** [<samp>(315c1)</samp>](https://github.com/soybeanjs/cli/commit/315c104)
21+
- update recommended extensions and remove unused ones &nbsp;-&nbsp; by **Soybean** [<samp>(19d9e)</samp>](https://github.com/soybeanjs/cli/commit/19d9e9b)
22+
23+
### &nbsp;&nbsp;&nbsp;❤️ Contributors
24+
25+
26+
[Soybean](mailto:soybeanjs@outlook.com)
27+
328
## [v1.6.1](https://github.com/soybeanjs/cli/compare/v1.6.0...v1.6.1) (2026-03-06)
429

530
### &nbsp;&nbsp;&nbsp;🐞 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@soybeanjs/cli",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "SoybeanJS's command line tools",
55
"homepage": "https://github.com/soybeanjs/cli",
66
"bugs": {

0 commit comments

Comments
 (0)