Skip to content

Commit

Permalink
Prepare 0.4.1 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed Feb 22, 2021
1 parent 3d4048f commit 1bcf3d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.1] - 2021-02-22
### Fixed
- Only trigger diagnostic updates when changes have occurred.
- Dispose of `Logger` correctly.
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": "0.4.0",
"version": "0.4.1",
"license": "GPL-2.0-or-later",
"author": "Christopher Allford",
"repository": {
Expand Down

0 comments on commit 1bcf3d6

Please sign in to comment.