Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmin0412 committed Apr 17, 2024
1 parent b5d7d7a commit 925f1cf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## [v0.0.8](https://github.com/lexmin0412/readue/compare/v0.0.7...v0.0.8)

### 🚀 Feature

- [41ff2da](https://github.com/lexmin0412/readue/commit/41ff2da5b74218b950c1d1bbe724af415a56180b) 新增分步执行日志输出 @***lexmin0412***
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2024-04-17)

**Note:** Version bump only for package readue





## 0.0.7 (2024-04-16)

**Note:** Version bump only for package readue
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.7",
"version": "0.0.8",
"npmClient": "pnpm"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.8 (2024-04-17)

**Note:** Version bump only for package @readue/cli





## 0.0.7 (2024-04-16)

**Note:** Version bump only for package @readue/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@readue/cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "命令行接口",
"bin": {
"readue": "./bin/readue.js",
Expand Down

0 comments on commit 925f1cf

Please sign in to comment.