Skip to content

Commit debe167

Browse files
author
142vip.cn
committed
chore(release): publish v0.0.2-alpha.7
1 parent 9b9e44a commit debe167

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

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

7+
## [0.0.2-alpha.7](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.6...v0.0.2-alpha.7) (2023-10-30)
8+
9+
10+
### Features
11+
12+
* **CD:** 静态站点分支新增next分支的README.md文档 ([3172690](https://github.com/142vip/JavaScriptCollection/commit/3172690201d8601e61a412e42dc102e9ca9563b4))
13+
* **docs:** 更新readme文档,新增一些文章 ([6cc6fc7](https://github.com/142vip/JavaScriptCollection/commit/6cc6fc7a04da6e0c6039e13716510d1e4152577d))
14+
* 更新一些文档的固定链接 ([#87](https://github.com/142vip/JavaScriptCollection/issues/87)) ([c374b0b](https://github.com/142vip/JavaScriptCollection/commit/c374b0b434ed3f2e0cb0fecd94f8ad75f11dbde2))
15+
* 算法相关文档更新,删除讨论链接 ([#88](https://github.com/142vip/JavaScriptCollection/issues/88)) ([9b9e44a](https://github.com/142vip/JavaScriptCollection/commit/9b9e44ad59a102e69624e65e99c211da81e2967b))
16+
17+
18+
### Bug Fixes
19+
20+
* **scripts:** 优化deploy脚本,修复镜像构建异常 ([1f9f6ac](https://github.com/142vip/JavaScriptCollection/commit/1f9f6ac65495d81d8a953f841f09f8b4e5259e5f))
21+
22+
23+
### Performance Improvements
24+
25+
* **scripts:** 修改lint脚本,优化markdown文档格式化配置 ([#85](https://github.com/142vip/JavaScriptCollection/issues/85)) ([2bac047](https://github.com/142vip/JavaScriptCollection/commit/2bac0478b77db619ea25f5b4c16f2fcc2a6b9914))
26+
727
## [0.0.2-alpha.6](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.5...v0.0.2-alpha.6) (2023-10-28)
828

929
### Features

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.6",
4+
"version": "0.0.2-alpha.7",
55
"packageManager": "[email protected]",
66
"engines": {
77
"node": "^18.x",

0 commit comments

Comments
 (0)