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

Commit 7135e34

Browse files
author
Hacxy
committed
chore(release): publish new version 0.4.3
1 parent 20af2f1 commit 7135e34

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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.4.3](https://github.com/hacxy/uni-nest/compare/v0.4.2...v0.4.3) (2024-05-14)
7+
8+
### 🐛 Bug Fixes | Bug 修复
9+
10+
* **create-uni-nest:** 模板加入环境变量配置 ([20af2f1](https://github.com/hacxy/uni-nest/commit/20af2f139966169abaa8d90720df42cfda3f9f2a)) by.@Hacxy
11+
612
## [0.4.2](https://github.com/hacxy/uni-nest/compare/v0.4.1...v0.4.2) (2024-05-14)
713

814
### 🚀 Performance Improvements | 优化

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.4.2",
3+
"version": "0.4.3",
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.4.3](https://github.com/hacxy/uni-nest/compare/v0.4.2...v0.4.3) (2024-05-14)
7+
8+
### 🐛 Bug Fixes | Bug 修复
9+
10+
* **create-uni-nest:** 模板加入环境变量配置 ([20af2f1](https://github.com/hacxy/uni-nest/commit/20af2f139966169abaa8d90720df42cfda3f9f2a)) by.@Hacxy
11+
612
## [0.4.2](https://github.com/hacxy/uni-nest/compare/v0.4.1...v0.4.2) (2024-05-14)
713

814
### 🚀 Performance Improvements | 优化

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.4.2",
3+
"version": "0.4.3",
44
"type": "module",
55
"author": "Hacxy <hacxy.97@outlook.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)