Skip to content

Commit

Permalink
fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiam committed Jul 28, 2019
1 parent 49018aa commit b55403a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

All notable changes to the "custom-vscode-linter" extension will be documented in this file.

## 0.0.1

- Initial release

## 0.1.0
## 0.6.0

- Added check for \$http.get
- Added check for `Number(someID)`

## 0.5.0

- Added more checks ever since 0.1.0, such as reminders for SQL encryption, console.log, and testing in IE.

## 0.6.0
## 0.1.0

- Added check for `Number(someID)`
- Added check for \$http.get

## 0.0.1

- Initial release
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "custom-vscode-linter",
"displayName": "custom-vscode-linter",
"description": "Custom VSCode Linter!",
"version": "0.6.4",
"version": "0.6.5",
"publisher": "hchiam",
"repository": {
"type": "git",
Expand Down

0 comments on commit b55403a

Please sign in to comment.