This repository was archived by the owner on Nov 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +19
-3
lines changed Expand file tree Collapse file tree 6 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.6] ( https://github.com/hacxy/uni-nest/compare/v0.3.5...v0.3.6 ) (2024-04-20)
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * ** create-uni-nest:** 修复template路径无法找到的bug ([ e51d60f] ( https://github.com/hacxy/uni-nest/commit/e51d60f03573173b80de850d853e8d0ee196fcd8 ) ) by.@Hacxy
11
+
6
12
## [ 0.3.5] ( https://github.com/hacxy/uni-nest/compare/v0.3.4...v0.3.5 ) (2024-04-19)
7
13
8
14
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/@lerna-lite/cli/schemas/lerna-schema.json" ,
3
- "version" : " 0.3.5 " ,
3
+ "version" : " 0.3.6 " ,
4
4
"npmClient" : " pnpm" ,
5
5
"packages" : [
6
6
" packages/uni-nest" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.6] ( https://github.com/hacxy/uni-nest/compare/v0.3.5...v0.3.6 ) (2024-04-20)
7
+
8
+ ### 🐛 Bug Fixes | Bug 修复
9
+
10
+ * ** create-uni-nest:** 修复template路径无法找到的bug ([ e51d60f] ( https://github.com/hacxy/uni-nest/commit/e51d60f03573173b80de850d853e8d0ee196fcd8 ) ) by.@Hacxy
11
+
6
12
## [ 0.3.5] ( https://github.com/hacxy/uni-nest/compare/v0.3.4...v0.3.5 ) (2024-04-19)
7
13
8
14
### 🐛 Bug Fixes | Bug 修复
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-uni-nest" ,
3
- "version" : " 0.3.5 " ,
3
+ "version" : " 0.3.6 " ,
4
4
"type" : " module" ,
5
5
"author" : " Hacxy <hacxy.97@outlook.com>" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 0.3.6] ( https://github.com/hacxy/uni-nest/compare/v0.3.5...v0.3.6 ) (2024-04-20)
7
+
8
+ ** Note:** Version bump only for package uni-nest
9
+
6
10
## [ 0.3.0] ( https://github.com/hacxy/uni-nest/compare/v0.2.3...v0.3.0 ) (2024-04-19)
7
11
8
12
** Note:** Version bump only for package uni-nest
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uni-nest" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.6 " ,
4
4
"description" : " 这是一个用最简单的方式定义统一接口格式, 并自动生成swagger文档的Nestjs工具库." ,
5
5
"main" : " dist/main.js" ,
6
6
"types" : " dist/main.d.ts" ,
You can’t perform that action at this time.
0 commit comments