Skip to content

Commit 7d7f290

Browse files
committed
chore(release): publish v0.0.1-alpha.17
1 parent 8cb6d8c commit 7d7f290

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

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

7+
## v0.0.1-alpha.17 (2025-02-04)
8+
9+
### ✨ Features
10+
11+
- 优化`ts`版本算法代码,删除冗余算法代码,基于`Eslint`格式化 &nbsp;-&nbsp; by **chufan** [<samp>(dcec9)</samp>](https://github.com/142vip/408CSFamily/commit/dcec9ad)
12+
- 支持`renovate`自动升级依赖版本 &nbsp;-&nbsp; by **chufan** [<samp>(02e10)</samp>](https://github.com/142vip/408CSFamily/commit/02e10fa)
13+
- 支持`clean`命令移除依赖 &nbsp;-&nbsp; by **chufan** [<samp>(446bd)</samp>](https://github.com/142vip/408CSFamily/commit/446bde4)
14+
- 依赖版本锁定 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/408CSFamily/issues/135 [<samp>(858e7)</samp>](https://github.com/142vip/408CSFamily/commit/858e7bf)
15+
16+
### 🔥 Performance
17+
18+
- 升级`@142vip/vuepress`等模块,减少模块依赖配置 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/408CSFamily/issues/122 [<samp>(85c1b)</samp>](https://github.com/142vip/408CSFamily/commit/85c1bec)
19+
20+
### 🐛 Bug Fixes
21+
22+
- 修复`simple-git-hooks`钩子函数触发异常 &nbsp;-&nbsp; by **chufan** [<samp>(b334c)</samp>](https://github.com/142vip/408CSFamily/commit/b334ccf)
23+
- 修复`bundler-vite`模块版本异常 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/408CSFamily/issues/132 [<samp>(0d890)</samp>](https://github.com/142vip/408CSFamily/commit/0d8908b)
24+
- **pnpm-lock**:
25+
- Update &nbsp;-&nbsp; by **chufan** [<samp>(6cef1)</samp>](https://github.com/142vip/408CSFamily/commit/6cef129)
26+
27+
### 📖 Documentation
28+
29+
- Update README &nbsp;-&nbsp; by **chufan** [<samp>(9a316)</samp>](https://github.com/142vip/408CSFamily/commit/9a316b0)
30+
31+
**Release New Version v0.0.1-alpha.17 [👉 View Changes On GitHub](https://github.com/142vip/408CSFamily/compare/v0.0.1-alpha.16...v0.0.1-alpha.17)**
32+
733
## v0.0.1-alpha.16 (2024-10-16)
834

935
### ✨ Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "408CSFamily",
33
"type": "module",
4-
"version": "0.0.1-alpha.16",
4+
"version": "0.0.1-alpha.17",
55
"packageManager": "pnpm@9.6.0",
66
"description": "研究生考试408考点、工作面试计算机基础知识合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)