Skip to content

Commit

Permalink
Prepared 1.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed May 22, 2021
1 parent 4396c62 commit fb55621
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2021-05-21
### Added
- Status bar indicator when PHPCS is generating diagnosts.

### Fixed
- Erroneous PHP output should not break PHPCS report parsing.
- Diagnostics should not be generated for Source Control git content.
- PHPCS reports throwing exceptions when parsing fails internally.

## [1.1.0] - 2021-03-04
### Added
- Ignore diagnostics for files using `phpCodeSniffer.ignorePatterns` option.
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": "vscode-php-codesniffer",
"displayName": "PHP_CodeSniffer",
"description": "Brings PHPCS support to VS Code.",
"version": "1.1.0",
"version": "1.2.0",
"license": "GPL-2.0-or-later",
"author": "Christopher Allford",
"repository": {
Expand Down

0 comments on commit fb55621

Please sign in to comment.