Skip to content

Commit 91e22e2

Browse files
committed
0.0.7
1 parent 4fcb217 commit 91e22e2

13 files changed

Lines changed: 27 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.0.7](https://github.com/NervJS/taro-doctor/compare/0.0.6...0.0.7) (2023-06-17)
2+
3+
4+
### Bug Fixes
5+
6+
* 暂时性移除 aarch64-pc-windows-msvc 平台编译目标以解决 ci 问题 ([4fcb217](https://github.com/NervJS/taro-doctor/commit/4fcb21714146425e6cd29f6ab79a5c544f5312cf))
7+
* reqwest 使用 rustls 作为 TLS 后端,而不是默认的 OpenSSL ([f867aa5](https://github.com/NervJS/taro-doctor/commit/f867aa5655da20b65f65457b2cd3afb1a444f405))
8+
9+
10+
### Features
11+
12+
* 项目配置的验证支持使用远程配置文件 ([b62034e](https://github.com/NervJS/taro-doctor/commit/b62034e204d2255a7addd27355d0900ec04d9e51))
13+
14+
15+
116
## [0.0.6](https://github.com/NervJS/taro-doctor/compare/0.0.5...0.0.6) (2023-06-17)
217

318

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

npm/darwin-universal/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-universal",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
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.6",
3+
"version": "0.0.7",
44
"os": [
55
"darwin"
66
],

npm/freebsd-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-freebsd-x64",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"os": [
55
"freebsd"
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.6",
3+
"version": "0.0.7",
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.6",
3+
"version": "0.0.7",
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.6",
3+
"version": "0.0.7",
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.6",
3+
"version": "0.0.7",
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.6",
3+
"version": "0.0.7",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)