Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit f6e8b2c

Browse files
author
Hacxy
committed
chore(release): publish new version 0.3.6
1 parent 75e40bd commit f6e8b2c

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [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+
612
## [0.3.5](https://github.com/hacxy/uni-nest/compare/v0.3.4...v0.3.5) (2024-04-19)
713

814
### 🐛 Bug Fixes | Bug 修复

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/uni-nest",

packages/create-uni-nest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
## [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+
612
## [0.3.5](https://github.com/hacxy/uni-nest/compare/v0.3.4...v0.3.5) (2024-04-19)
713

814
### 🐛 Bug Fixes | Bug 修复

packages/create-uni-nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-uni-nest",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"type": "module",
55
"author": "Hacxy <hacxy.97@outlook.com>",
66
"license": "MIT",

packages/uni-nest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [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+
610
## [0.3.0](https://github.com/hacxy/uni-nest/compare/v0.2.3...v0.3.0) (2024-04-19)
711

812
**Note:** Version bump only for package uni-nest

packages/uni-nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uni-nest",
3-
"version": "0.3.0",
3+
"version": "0.3.6",
44
"description": "这是一个用最简单的方式定义统一接口格式, 并自动生成swagger文档的Nestjs工具库.",
55
"main": "dist/main.js",
66
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)