Skip to content

Commit

Permalink
0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzejia authored and liuzejia committed Jul 11, 2024
1 parent 2c93d77 commit eed156a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 6 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.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)


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.17",
"version": "0.0.18",
"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.17",
"version": "0.0.18",
"os": [
"darwin"
],
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.17",
"version": "0.0.18",
"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.17",
"version": "0.0.18",
"os": [
"linux"
],
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.17",
"version": "0.0.18",
"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.17",
"version": "0.0.18",
"main": "index.js",
"napi": {
"name": "taro-doctor",
Expand Down

0 comments on commit eed156a

Please sign in to comment.