Skip to content

Commit

Permalink
v0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzejia authored and liuzejia committed Jul 11, 2024
1 parent b8fad9c commit 6ce9585
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [0.0.14](https://github.com/NervJS/taro-doctor/compare/v0.0.13...v0.0.14) (2024-07-11)


### Bug Fixes

* ci 删除 universal-apple-darwin ([2d14cdc](https://github.com/NervJS/taro-doctor/commit/2d14cdcdebbff1f69edb6748a9a827fc34028364))


### Features

* 添加 framework 新的枚举值 none ([4b1d766](https://github.com/NervJS/taro-doctor/commit/4b1d76656d6817dd705f8f347edb0300da412566))


### Reverts

* Revert "v0.0.14" ([b8fad9c](https://github.com/NervJS/taro-doctor/commit/b8fad9c5096d8e810aaabc40133ffadf0dc5bc95))



## [0.0.13](https://github.com/NervJS/taro-doctor/compare/v0.0.11...v0.0.13) (2024-01-22)


Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-arm64",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-darwin-x64",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm-gnueabihf",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm64-gnu",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-arm64-musl",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-x64-gnu",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-linux-x64-musl",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-win32-ia32-msvc",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor-win32-x64-msvc",
"version": "0.0.13",
"version": "0.0.14",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tarojs/plugin-doctor",
"version": "0.0.13",
"version": "0.0.14",
"main": "index.js",
"napi": {
"name": "taro-doctor",
Expand Down

0 comments on commit 6ce9585

Please sign in to comment.