Skip to content

Commit 9c3571a

Browse files
author
chenjiajun79
committed
0.0.19
1 parent f022804 commit 9c3571a

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.19](https://github.com/NervJS/taro-doctor/compare/v0.0.18...v0.0.19) (2025-05-27)
2+
3+
4+
### Features
5+
6+
* 支持 eslint 9 配置以及stylelint检测 ([646a699](https://github.com/NervJS/taro-doctor/commit/646a6994e58225bef6f8201a7ebc58f684bb6956))
7+
8+
9+
110
## [0.0.18](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.18) (2024-07-11)
211

312

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-darwin-arm64",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-darwin-x64",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"darwin"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-x64-gnu",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"linux"
66
],

npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-linux-x64-musl",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"linux"
66
],

npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor-win32-x64-msvc",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"win32"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/plugin-doctor",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"main": "index.js",
55
"napi": {
66
"name": "taro-doctor",

0 commit comments

Comments
 (0)