Skip to content

Commit

Permalink
chore: upgrade @appworks/doctor version (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
luhc228 authored Apr 22, 2022
1 parent a8b8652 commit df39e2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
22 changes: 14 additions & 8 deletions extensions/doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
# Change Log

# 1.2.1
## 1.2.2

- chore: upgrade `@appworks/doctor` to 0.4.1 version

## 1.2.1

- fix: run the wrong AppLint CodeMod

# 1.2.0
## 1.2.0

- feat: change to AppLint
- feat: change to AppLint

# 1.1.7
## 1.1.7

- feat: only check codemod for rax and ice project

# 1.1.6
## 1.1.6

- feat: add showInformationMessage for codemod result

# 1.1.5
## 1.1.5

- fix: windows get empty files

# 1.1.4
## 1.1.4

- fix: codemod 100 score show result

# 1.1.3
## 1.1.3

- feat: update @appworks/codemod
- feat: update codemod check result list

## 1.1.2

- feat: update @appworks/doctor to support custom config set extends and plugins.

## 1.1.1

- fix: empty project show wrong CodeMod notice.
Expand Down
4 changes: 2 additions & 2 deletions extensions/doctor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Doctor",
"description": "A free security and quality audit tool for modern DevOps teams",
"publisher": "iceworks-team",
"version": "1.2.1",
"version": "1.2.2",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -82,7 +82,7 @@
"@appworks/common-service": "^0.1.0",
"@appworks/connector": "^0.1.0",
"@appworks/constant": "^0.1.0",
"@appworks/doctor": "^0.2.1",
"@appworks/doctor": "^0.4.1",
"@appworks/project-service": "^0.1.0",
"@appworks/recorder": "^0.1.0",
"@appworks/storage": "^0.1.0",
Expand Down

0 comments on commit df39e2e

Please sign in to comment.