Skip to content

Commit

Permalink
Merge pull request #4 from mvdschee/dev
Browse files Browse the repository at this point in the history
Version 0.2.1
  • Loading branch information
mvdschee authored Dec 8, 2018
2 parents f550e69 + f50107f commit bbf48ec
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# CHANGELOG
## Version 0.2.1
* Changed the flag for `<a>`. It had way too many wavy lines!
* Remove typo from changelog

## Version 0.2.0
* Added Regex for `<input>`
* Refactored case handeling
* Moved pattern case handeling to Patterns.ts
* Refactored case handling
* Moved pattern case handling to `Patterns.ts`

## Version 0.1.3
* Fixed issue with filter tag being flagged on multiple patterns
Expand Down
2 changes: 1 addition & 1 deletion client/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 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.0",
"version": "0.2.1",
"publisher": "MaxvanderSchee",
"repository": "https://github.com/mvdschee/web-accessibility",
"engines": {
Expand Down
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": "web-accessibility",
"displayName": "Web Accessibility",
"description": "Web Accessibility for Visual Studio Code",
"version": "0.2.0",
"version": "0.2.1",
"publisher": "MaxvanderSchee",
"license": "MIT",
"repository": "https://github.com/mvdschee/web-accessibility",
Expand Down
2 changes: 1 addition & 1 deletion server/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 server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-accessibility-server",
"description": "Web Accessibility for Visual Studio Code",
"version": "0.2.0",
"version": "0.2.1",
"author": "MaxvanderSchee",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit bbf48ec

Please sign in to comment.