Skip to content

Commit

Permalink
Merge pull request #26 from mvdschee/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mvdschee authored Aug 24, 2019
2 parents c2f50e5 + 8bf24cc commit 1f67fd7
Show file tree
Hide file tree
Showing 8 changed files with 136 additions and 129 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# CHANGELOG
## Version 0.2.7
* Correct spelling mistakes [pull #23](https://github.com/mvdschee/web-accessibility/pull/23) by [Gilles Leblanc](https://github.com/gilles-leblanc)
* Updated/Upgraded dependencies
* Added check for `type="hidden"` on input [#25](https://github.com/mvdschee/web-accessibility/issues/25)

## Version 0.2.6
* Bug fix [#21](https://github.com/mvdschee/web-accessibility/issues/21): Meta viewport recommendation of adding user-scalable displays after fix
* Added different severity levels based on the filter rules
Expand Down
155 changes: 78 additions & 77 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Web Accessibility for Visual Studio Code",
"author": "MaxvanderSchee",
"license": "MIT",
"version": "0.2.6",
"version": "0.2.7",
"publisher": "MaxvanderSchee",
"repository": "https://github.com/mvdschee/web-accessibility",
"engines": {
Expand All @@ -17,6 +17,6 @@
"vscode-languageclient": "^4.4.2"
},
"devDependencies": {
"vscode": "^1.1.33"
"vscode": "^1.1.36"
}
}
Loading

0 comments on commit 1f67fd7

Please sign in to comment.