Skip to content

Commit

Permalink
fix getIsMergedTargetBranch & os-local
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jan 4, 2023
1 parent 2a7fbe2 commit 3d2e759
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"typescript": "^4.8.4",
"uglify-js": "^3.17.4",
"unplugin-vue-define-options": "^1.0.0",
"vitepress": "1.0.0-alpha.33"
"vitepress": "1.0.0-alpha.35"
},
"peerDependencies": {
"eslint": ">=8.0.0",
Expand Down
9 changes: 7 additions & 2 deletions packages/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# 更新日志

## 2022.09.08 v4.0.0 更新日志
## 2023.01.04 v4.0.2 更新日志

1. 修复`getIsMergedTargetBranch`在 windows 下的兼容问题
2. os-local 降级

## 2023.01.02 v4.0.1 更新日志

1. 开始使用[reinstaller](https://github.com/saqqdy/reinstaller)

## 2022.09.08 v4.0.0 更新日志
## 2022.12.30 v4.0.0 更新日志

1. 适配多语言,目前支持`zh-CN` `en-US`
2. `getIsMergedTargetBranch` 方法更改入参方式,新增 strictly,更换默认的判断方式
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"prettier-config-common": "^1.3.0",
"tsnd": "^1.1.0",
"typescript": "^4.8.4",
"vitepress": "1.0.0-alpha.33"
"vitepress": "1.0.0-alpha.35"
},
"sideEffects": false,
"keywords": [
Expand Down
101 changes: 51 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 3d2e759

@vercel
Copy link

@vercel vercel bot commented on 3d2e759 Jan 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.