Skip to content

Commit

Permalink
Version 0.4.0 Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed Feb 21, 2021
1 parent 83e1850 commit 382bc81
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 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.0] - 2021-02-21
### Added
- Automatically attempt to find a `bin/phpcs` file in a vendor directory when `phpCodeSniffer.autoExecutable` is enabled.
- Display PHPCS errors to the user.
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 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.1",
"version": "0.4.0",
"license": "GPL-2.0-or-later",
"author": "Christopher Allford",
"repository": {
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^12.20.0",
"@types/node": "^12.20.4",
"@types/vscode": "^1.53.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
Expand All @@ -92,7 +92,7 @@
"ts-jest": "^26.5.1",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.21.2",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0"
},
"scripts": {
Expand Down

0 comments on commit 382bc81

Please sign in to comment.