Skip to content

Commit 750ee2a

Browse files
committed
0.0.12
1 parent a1a1fcc commit 750ee2a

File tree

15 files changed

+1125
-1111
lines changed

15 files changed

+1125
-1111
lines changed

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: node-modules

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.0.12](https://github.com/NervJS/taro-doctor/compare/v0.0.11...v0.0.12) (2024-01-19)
2+
3+
4+
### Features
5+
6+
* 新增配置文件 compiler.errorLevel 字段校验 ([5a1155e](https://github.com/NervJS/taro-doctor/commit/5a1155ef119fc15005bc9ccc064a44ae264e23e3))
7+
8+
9+
110
## [0.0.11](https://github.com/NervJS/taro-doctor/compare/v0.0.10...v0.0.11) (2023-08-24)
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)