Skip to content

Commit 03b57a3

Browse files
committed
chore(release): publish v0.0.2-alpha.23
1 parent 4d27dda commit 03b57a3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. See [Conven
44

55
<!-- #region recent-alpha -->
66

7+
## v0.0.2-alpha.23 (2025-02-04)
8+
9+
### ✨ Features
10+
11+
- 支持`renovate`自动升级依赖版本 &nbsp;-&nbsp; by **chufan** [<samp>(6363d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/6363d48)
12+
- Lock sequelize version &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/208 [<samp>(7be22)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7be2229)
13+
- 增加`clean:hooks`命令 &nbsp;-&nbsp; by **chufan** [<samp>(927b2)</samp>](https://github.com/142vip/JavaScriptCollection/commit/927b22f)
14+
- Lock deps version &nbsp;-&nbsp; by **chufan** [<samp>(4d27d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4d27dda)
15+
16+
### 🐛 Bug Fixes
17+
18+
- 修复`clean`命令移除`node_modules`模块 &nbsp;-&nbsp; by **chufan** [<samp>(8ff39)</samp>](https://github.com/142vip/JavaScriptCollection/commit/8ff3965)
19+
- **deps**:
20+
- Update dependency http-errors to v2 &nbsp;-&nbsp; by **renovate[bot]** in https://github.com/142vip/JavaScriptCollection/issues/203 [<samp>(0b889)</samp>](https://github.com/142vip/JavaScriptCollection/commit/0b889a2)
21+
- Update dependency express to v4.21.2 &nbsp;-&nbsp; by **renovate[bot]** in https://github.com/142vip/JavaScriptCollection/issues/194 [<samp>(abce3)</samp>](https://github.com/142vip/JavaScriptCollection/commit/abce39c)
22+
- Update dependency debug to v4 &nbsp;-&nbsp; by **renovate[bot]** in https://github.com/142vip/JavaScriptCollection/issues/202 [<samp>(6dbb4)</samp>](https://github.com/142vip/JavaScriptCollection/commit/6dbb4c8)
23+
24+
**Release New Version v0.0.2-alpha.23 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.22...v0.0.2-alpha.23)**
25+
726
## v0.0.2-alpha.22 (2024-11-01)
827

928
### 🔥 Performance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "JavaScriptCollection",
33
"type": "module",
4-
"version": "0.0.2-alpha.22",
4+
"version": "0.0.2-alpha.23",
55
"packageManager": "[email protected]",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)