Skip to content

Commit

Permalink
Prepared v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed Feb 17, 2021
1 parent 4ab7dc0 commit f289554
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.3.1] - 2021-02-16
### Fixed
- Custom PHPCS report paths in package.

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.

6 changes: 4 additions & 2 deletions 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.3.0",
"version": "0.3.1",
"license": "GPL-2.0-or-later",
"author": "Christopher Allford",
"repository": {
Expand All @@ -23,7 +23,9 @@
"vscode": "^1.50.0"
},
"main": "dist/extension.js",
"extensionKind": [ "workspace" ],
"extensionKind": [
"workspace"
],
"activationEvents": [
"onLanguage:php"
],
Expand Down

0 comments on commit f289554

Please sign in to comment.