Skip to content

Commit 30cc4ca

Browse files
committed
chore(release): publish v0.0.2-alpha.25
1 parent 16e12c6 commit 30cc4ca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.25 (2025-02-24)
8+
9+
### ✨ Features
10+
11+
- **deps**:
12+
- Update pnpm to v9.15.0 &nbsp;-&nbsp; by **chufan** [<samp>(06652)</samp>](https://github.com/142vip/JavaScriptCollection/commit/066524b)
13+
- Lock the version, use a fixed version number &nbsp;-&nbsp; by **chufan** [<samp>(9b1be)</samp>](https://github.com/142vip/JavaScriptCollection/commit/9b1beaa)
14+
15+
### 🐛 Bug Fixes
16+
17+
- 修复`bundle`命令构建异常 &nbsp;-&nbsp; by **142vip.cn** in https://github.com/142vip/JavaScriptCollection/issues/222 [<samp>(9f173)</samp>](https://github.com/142vip/JavaScriptCollection/commit/9f17322)
18+
- **deps**:
19+
- Update dependency koa to v2.15.4 [security] &nbsp;-&nbsp; by **renovate[bot]** in https://github.com/142vip/JavaScriptCollection/issues/220 [<samp>(48a02)</samp>](https://github.com/142vip/JavaScriptCollection/commit/48a02e7)
20+
21+
**Release New Version v0.0.2-alpha.25 [👉 View Changes On GitHub](https://github.com/142vip/JavaScriptCollection/compare/v0.0.2-alpha.24...v0.0.2-alpha.25)**
22+
723
## v0.0.2-alpha.24 (2025-02-06)
824

925
### 🐛 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
"type": "module",
4-
"version": "0.0.2-alpha.24",
4+
"version": "0.0.2-alpha.25",
55
"packageManager": "pnpm@9.15.0",
66
"description": "一本有趣的JavaScript合集",
77
"authorInfo": {

0 commit comments

Comments
 (0)