Skip to content

Commit 230dc6e

Browse files
liuzejialiuzejia
authored andcommitted
0.0.16
1 parent cbd5bec commit 230dc6e

File tree

7 files changed

+23
-6
lines changed

7 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [0.0.16](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.16) (2024-07-11)
2+
3+
4+
### Bug Fixes
5+
6+
* ci 删除 universal-apple-darwin ([201f18a](https://github.com/NervJS/taro-doctor/commit/201f18a09707e441b2fa726c97333c4c4675fff9))
7+
8+
9+
### Features
10+
11+
* 添加 framework 新的枚举值 none ([4b1d766](https://github.com/NervJS/taro-doctor/commit/4b1d76656d6817dd705f8f347edb0300da412566))
12+
* 修改ci ([c4979c5](https://github.com/NervJS/taro-doctor/commit/c4979c5b7ac1fe6389fd37800f45e70d07831d47))
13+
* 修改ci ([67a1212](https://github.com/NervJS/taro-doctor/commit/67a12120f4eaa5c8c4c227b3a67c44f051232ce4))
14+
* ci ([cbd5bec](https://github.com/NervJS/taro-doctor/commit/cbd5becc92ff6402e3f982522f4bad2f1b119875))
15+
16+
17+
118
## [0.0.15](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.15) (2024-07-11)
219

320

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.15",
3+
"version": "0.0.16",
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.15",
3+
"version": "0.0.16",
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.15",
3+
"version": "0.0.16",
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.14",
3+
"version": "0.0.16",
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.15",
3+
"version": "0.0.16",
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.15",
3+
"version": "0.0.16",
44
"main": "index.js",
55
"napi": {
66
"name": "taro-doctor",

0 commit comments

Comments
 (0)