Skip to content

Commit adee881

Browse files
committed
release(@142vip/egg): publish v0.0.1-alpha.1
1 parent f4d7944 commit adee881

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/egg/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v0.0.1-alpha.1 (2025-01-06)
7+
8+
### ✨ Features
9+
10+
- `registerPlugin`支持egg插件快速注册 &nbsp;-&nbsp; by **chufan** [<samp>(4d734)</samp>](https://github.com/142vip/core-x/commit/4d73484)
11+
- 增加`ioredis`枚举,拆分插件的日志和注册机制 &nbsp;-&nbsp; by **chufan** [<samp>(c31a6)</samp>](https://github.com/142vip/core-x/commit/c31a644)
12+
- 增加`defaultPluginConfig`默认配置集成 &nbsp;-&nbsp; by **chufan** [<samp>(3bda0)</samp>](https://github.com/142vip/core-x/commit/3bda0b6)
13+
- 优化插件注册机制和类型支持 &nbsp;-&nbsp; by **chufan** [<samp>(d55fe)</samp>](https://github.com/142vip/core-x/commit/d55fe83)
14+
- 支持插件EggAppBoot父类的生命周期 &nbsp;-&nbsp; by **chufan** [<samp>(1c260)</samp>](https://github.com/142vip/core-x/commit/1c260ae)
15+
- 修改类型定义,支持pkgName参数 &nbsp;-&nbsp; by **chufan** [<samp>(1e744)</samp>](https://github.com/142vip/core-x/commit/1e744dc)
16+
17+
**Release New Version v0.0.1-alpha.1 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/egg)**
18+
619
## v0.0.1-alpha.0 (2024-07-14)
720

821
### ✨ Features

packages/egg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"declarations": true,
66
"tscompiler": "esbuild"
77
},
8-
"version": "0.0.1-alpha.0",
8+
"version": "0.0.1-alpha.1",
99
"private": false,
1010
"description": "公众号搜:储凡",
1111
"author": "mmdapl <mmdapl@163.com>",

0 commit comments

Comments
 (0)