Skip to content

Commit 1b8b0ba

Browse files
committed
chore(release): publish v0.0.2-alpha.16
1 parent 5d77881 commit 1b8b0ba

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.16 (2024-08-01)
8+
9+
### ✨ Features
10+
11+
- 调整导航栏,对文档排版和显示做了些优化 &nbsp;-&nbsp; by **chufan** [<samp>(842f3)</samp>](https://github.com/142vip/JavaScriptCollection/commit/842f3d1)
12+
- 全局搜索框支持中文提示 &nbsp;-&nbsp; by **chufan** [<samp>(4a883)</samp>](https://github.com/142vip/JavaScriptCollection/commit/4a883ac)
13+
- Eslint回退到8.55.0版本,增加monorepo配置管理code模块中的依赖。 &nbsp;-&nbsp; by **chufan** [<samp>(28873)</samp>](https://github.com/142vip/JavaScriptCollection/commit/28873aa)
14+
15+
### 🐛 Bug Fixes
16+
17+
- 修复sync脚本日志异常 &nbsp;-&nbsp; by **chufan** [<samp>(bc086)</samp>](https://github.com/142vip/JavaScriptCollection/commit/bc086c2)
18+
- 修复变更记录页面异常,增加文档固定链接 &nbsp;-&nbsp; by **chufan** [<samp>(303a8)</samp>](https://github.com/142vip/JavaScriptCollection/commit/303a8a0)
19+
20+
**Release New Version v0.0.2-alpha.16 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.15...v0.0.2-alpha.16)**
21+
722
## v0.0.2-alpha.15 (2024-07-31)
823

924
### 🐛 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.15",
4+
"version": "0.0.2-alpha.16",
55
"type": "module",
66
"authorInfo": {
77
"name": "微信公众号:储凡",

0 commit comments

Comments
 (0)