Skip to content

Commit

Permalink
release(@142vip/egg): publish v0.0.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdapl committed Jan 6, 2025
1 parent f4d7944 commit adee881
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions packages/egg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## v0.0.1-alpha.1 (2025-01-06)

### ✨ Features

- `registerPlugin`支持egg插件快速注册 &nbsp;-&nbsp; by **chufan** [<samp>(4d734)</samp>](https://github.com/142vip/core-x/commit/4d73484)
- 增加`ioredis`枚举,拆分插件的日志和注册机制 &nbsp;-&nbsp; by **chufan** [<samp>(c31a6)</samp>](https://github.com/142vip/core-x/commit/c31a644)
- 增加`defaultPluginConfig`默认配置集成 &nbsp;-&nbsp; by **chufan** [<samp>(3bda0)</samp>](https://github.com/142vip/core-x/commit/3bda0b6)
- 优化插件注册机制和类型支持 &nbsp;-&nbsp; by **chufan** [<samp>(d55fe)</samp>](https://github.com/142vip/core-x/commit/d55fe83)
- 支持插件EggAppBoot父类的生命周期 &nbsp;-&nbsp; by **chufan** [<samp>(1c260)</samp>](https://github.com/142vip/core-x/commit/1c260ae)
- 修改类型定义,支持pkgName参数 &nbsp;-&nbsp; by **chufan** [<samp>(1e744)</samp>](https://github.com/142vip/core-x/commit/1e744dc)

**Release New Version v0.0.1-alpha.1 [👉 View New Package On NPM](https://www.npmjs.com/package/@142vip/egg)**

## v0.0.1-alpha.0 (2024-07-14)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion packages/egg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"declarations": true,
"tscompiler": "esbuild"
},
"version": "0.0.1-alpha.0",
"version": "0.0.1-alpha.1",
"private": false,
"description": "公众号搜:储凡",
"author": "mmdapl <[email protected]>",
Expand Down

0 comments on commit adee881

Please sign in to comment.