diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b87bd6..9362881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 117cebd..324e655 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.7", + "version": "0.0.8", "npmClient": "pnpm" } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5113f74..5125cc7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -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 diff --git a/packages/cli/package.json b/packages/cli/package.json index cd407d0..9caf99d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@readue/cli", - "version": "0.0.7", + "version": "0.0.8", "description": "命令行接口", "bin": { "readue": "./bin/readue.js",