Skip to content

Commit 8f55f63

Browse files
liuzejialiuzejia
authored andcommitted
0.0.15
1 parent c4979c5 commit 8f55f63

File tree

6 files changed

+21
-5
lines changed

6 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.0.15](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.15) (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+
15+
16+
117
## [0.0.14](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.14) (2024-07-11)
218

319

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

0 commit comments

Comments
 (0)