Skip to content

Commit e6ee4be

Browse files
liuzejialiuzejia
authored andcommitted
0.0.14
1 parent b8fad9c commit e6ee4be

File tree

11 files changed

+29
-10
lines changed

11 files changed

+29
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [0.0.14](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.14) (2024-07-11)
2+
3+
4+
### Bug Fixes
5+
6+
* ci 删除 universal-apple-darwin ([2d14cdc](https://github.com/NervJS/taro-doctor/commit/2d14cdcdebbff1f69edb6748a9a827fc34028364))
7+
8+
9+
### Features
10+
11+
* 添加 framework 新的枚举值 none ([4b1d766](https://github.com/NervJS/taro-doctor/commit/4b1d76656d6817dd705f8f347edb0300da412566))
12+
13+
14+
### Reverts
15+
16+
* Revert "v0.0.14" ([b8fad9c](https://github.com/NervJS/taro-doctor/commit/b8fad9c5096d8e810aaabc40133ffadf0dc5bc95))
17+
18+
19+
120
## [0.0.13](https://github.com/NervJS/taro-doctor/compare/v0.0.11...v0.0.13) (2024-01-22)
221

322

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.13",
3+
"version": "0.0.14",
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.13",
3+
"version": "0.0.14",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/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-arm-gnueabihf",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-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-arm64-gnu",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-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-arm64-musl",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"os": [
55
"linux"
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.13",
3+
"version": "0.0.14",
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.13",
3+
"version": "0.0.14",
44
"os": [
55
"linux"
66
],

npm/win32-ia32-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-ia32-msvc",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"os": [
55
"win32"
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.13",
3+
"version": "0.0.14",
44
"os": [
55
"win32"
66
],

0 commit comments

Comments
 (0)