Skip to content

Commit e5c22d7

Browse files
committed
chore(release): publish v0.0.2-alpha.18
1 parent c92a53c commit e5c22d7

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
@@ -4,6 +4,33 @@ 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.18 (2024-09-19)
8+
9+
### ✨ Features
10+
11+
- 增加externalLinkIcon配置,不显示外部链接图标 &nbsp;-&nbsp; by **chufan** [<samp>(b1602)</samp>](https://github.com/142vip/JavaScriptCollection/commit/b160234)
12+
- 移除bumpp等用于发布功能的模块,简化release脚本 &nbsp;-&nbsp; by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/153 [<samp>(2e64d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2e64d8c)
13+
- 使用`@142vip/fairy-cli`模块,优化`clean`命令 &nbsp;-&nbsp; by **chufan** [<samp>(2027b)</samp>](https://github.com/142vip/JavaScriptCollection/commit/2027b1a)
14+
- `pnpm`版本锁定`9.6.0`,增加`only-allow`配置约束`pnpm` &nbsp;-&nbsp; by **chufan** [<samp>(038f1)</samp>](https://github.com/142vip/JavaScriptCollection/commit/038f1b7)
15+
- 升级`@antfu/eslint-config`到最新版本,新增`lint`相关命令,删除重复的`lint`脚本 &nbsp;-&nbsp; by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/159 [<samp>(c45a0)</samp>](https://github.com/142vip/JavaScriptCollection/commit/c45a087)
16+
- 配置`release`命令,升级`@142vip/fairy-cli`模块,打通整个发布工作流 &nbsp;-&nbsp; by **chufan** [<samp>(4a7de)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4a7def8)
17+
- 移除`exec`脚本执行器,修改`bundle`脚本逻辑 &nbsp;-&nbsp; by **chufan** [<samp>(05f7f)</samp>](https://github.com/142vip/JavaScriptCollection/commit/05f7fa1)
18+
- **Github Actions**:
19+
- 移除流水线下载依赖时的`registry-url`配置 &nbsp;-&nbsp; by **chufan** [<samp>(a0dd6)</samp>](https://github.com/142vip/JavaScriptCollection/commit/a0dd623)
20+
21+
### 🔥 Performance
22+
23+
- 优化`scripts`脚本,`ci`命令统一`npm`配置 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/156 [<samp>(c5a55)</samp>](https://github.com/142vip/JavaScriptCollection/commit/c5a558d)
24+
- 移除`@142vip/common`模块,使用`@142vip/utils`替换 &nbsp;-&nbsp; by **chufan** [<samp>(da164)</samp>](https://github.com/142vip/JavaScriptCollection/commit/da164f3)
25+
26+
### 🐛 Bug Fixes
27+
28+
- 使用[email protected]版本,修复IDEA校验规则报错 &nbsp;-&nbsp; by **chufan** [<samp>(3983a)</samp>](https://github.com/142vip/JavaScriptCollection/commit/3983aa5)
29+
- 修复文档、代码的Eslint校验错误 &nbsp;-&nbsp; by **微信公众号:储凡** and **chufan** in https://github.com/142vip/JavaScriptCollection/issues/154 [<samp>(7e54c)</samp>](https://github.com/142vip/JavaScriptCollection/commit/7e54cfd)
30+
- 升级`express`模块到`4.21.0`版本,解决模块安全告警 &nbsp;-&nbsp; by **chufan** [<samp>(5720d)</samp>](https://github.com/142vip/JavaScriptCollection/commit/5720dbb)
31+
32+
**Release New Version v0.0.2-alpha.18 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.17...v0.0.2-alpha.18)**
33+
734
## v0.0.2-alpha.17 (2024-08-02)
835

936
### 🐛 Bug Fixes

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
"description": "一本有趣的JavaScript合集",
4-
"version": "0.0.2-alpha.17",
4+
"version": "0.0.2-alpha.18",
55
"type": "module",
66
"authorInfo": {
77
"name": "微信公众号:储凡",

0 commit comments

Comments
 (0)