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

Commit 58bd762

Browse files
author
Hacxy
committed
chore(release): publish new version 0.4.2
1 parent 1f7408e commit 58bd762

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.4.2](https://github.com/hacxy/uni-nest/compare/v0.4.1...v0.4.2) (2024-05-14)
7+
8+
### 🚀 Performance Improvements | 优化
9+
10+
* update template ([1f7408e](https://github.com/hacxy/uni-nest/commit/1f7408e05851d6d2f05933dcd6b84477c06ecbc6)) by.@Hacxy
11+
612
## [0.4.1](https://github.com/hacxy/uni-nest/compare/v0.4.0...v0.4.1) (2024-05-14)
713

814
### 🚀 Performance Improvements | 性能优化

lerna.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"npmClient": "pnpm",
5-
"packages": ["packages/uni-nest", "packages/create-uni-nest"],
5+
"packages": [
6+
"packages/uni-nest",
7+
"packages/create-uni-nest"
8+
],
69
"command": {
710
"version": {
811
"conventionalCommits": true,

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.2](https://github.com/hacxy/uni-nest/compare/v0.4.1...v0.4.2) (2024-05-14)
7+
8+
### 🚀 Performance Improvements | 优化
9+
10+
* update template ([1f7408e](https://github.com/hacxy/uni-nest/commit/1f7408e05851d6d2f05933dcd6b84477c06ecbc6)) by.@Hacxy
11+
612
## [0.4.1](https://github.com/hacxy/uni-nest/compare/v0.4.0...v0.4.1) (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.1",
3+
"version": "0.4.2",
44
"type": "module",
55
"author": "Hacxy <hacxy.97@outlook.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)