diff --git a/CHANGELOG.md b/CHANGELOG.md index 331ab78..044dc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [0.0.18](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.18) (2024-07-11) + + +### Bug Fixes + +* ci 删除 universal-apple-darwin ([201f18a](https://github.com/NervJS/taro-doctor/commit/201f18a09707e441b2fa726c97333c4c4675fff9)) + + +### Features + +* 添加 framework 新的枚举值 none ([4b1d766](https://github.com/NervJS/taro-doctor/commit/4b1d76656d6817dd705f8f347edb0300da412566)) +* 修改ci ([c4979c5](https://github.com/NervJS/taro-doctor/commit/c4979c5b7ac1fe6389fd37800f45e70d07831d47)) +* 修改ci ([67a1212](https://github.com/NervJS/taro-doctor/commit/67a12120f4eaa5c8c4c227b3a67c44f051232ce4)) +* ci ([2c93d77](https://github.com/NervJS/taro-doctor/commit/2c93d7759b48c823eb1c19304baf2596b3ff4e7a)) +* ci ([7acb1d3](https://github.com/NervJS/taro-doctor/commit/7acb1d3976ef3513ce1ee02c40fa9cf535918fac)) +* ci ([cbd5bec](https://github.com/NervJS/taro-doctor/commit/cbd5becc92ff6402e3f982522f4bad2f1b119875)) + + + ## [0.0.17](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.17) (2024-07-11) diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 5d83b4b..da3ef8d 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-doctor-darwin-arm64", - "version": "0.0.17", + "version": "0.0.18", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 38059e3..f913961 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-doctor-darwin-x64", - "version": "0.0.17", + "version": "0.0.18", "os": [ "darwin" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index 39070b8..3b449f3 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-doctor-linux-x64-gnu", - "version": "0.0.17", + "version": "0.0.18", "os": [ "linux" ], diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 26ffb45..30ae176 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-doctor-linux-x64-musl", - "version": "0.0.17", + "version": "0.0.18", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index da8d595..637961b 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-doctor-win32-x64-msvc", - "version": "0.0.17", + "version": "0.0.18", "os": [ "win32" ], diff --git a/package.json b/package.json index 8d51102..2c3f0f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/plugin-doctor", - "version": "0.0.17", + "version": "0.0.18", "main": "index.js", "napi": { "name": "taro-doctor",