Skip to content

Commit

Permalink
chore(release): publish new version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hacxy committed Aug 2, 2024
1 parent a8754cc commit c139bc0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.0](https://github.com/coverjs/cover-cli/compare/v0.1.1...v0.2.0) (2024-08-02)

### ✨ Features | 新功能

* 使用cac提供交互式命令 ([894fd2e](https://github.com/coverjs/cover-cli/commit/894fd2e73a143dd3f6e67d9571bc2706bc68ed12)) by.@hacxy

### 🐛 Bug Fixes | Bug 修复

* cover.config支持ts文件 ([616b281](https://github.com/coverjs/cover-cli/commit/616b28198060889c496a9996de479659f976ab67)) by.@hacxy

## [0.2.0](https://github.com/coverjs/cover-cli/compare/v0.1.1...v0.2.0) (2024-08-02)

### ✨ Features | 新功能

* 使用cac提供交互式命令 ([894fd2e](https://github.com/coverjs/cover-cli/commit/894fd2e73a143dd3f6e67d9571bc2706bc68ed12)) by.@hacxy

### 🐛 Bug Fixes | Bug 修复

* cover.config支持ts文件 ([616b281](https://github.com/coverjs/cover-cli/commit/616b28198060889c496a9996de479659f976ab67)) by.@hacxy

## [0.1.1](https://github.com/coverjs/cover-cli/compare/v0.1.0...v0.1.1) (2024-07-31)

### 🐛 Bug Fixes | Bug 修复
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.1.1",
"version": "0.2.0",
"npmClient": "pnpm",
"packages": ["."],
"packages": [
"."
],
"command": {
"version": {
"conventionalCommits": true,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cover-cli",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.4.4"
},
"dependencies": {
"swagger-typescript-api": "^13.0.14",
"cac": "^6.7.14"
"cac": "^6.7.14",
"swagger-typescript-api": "^13.0.14"
}
}

0 comments on commit c139bc0

Please sign in to comment.