Skip to content

Commit

Permalink
Prepared 1.3.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ObliviousHarmony committed May 24, 2021
1 parent 148d27f commit 7fe7eab
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 50 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]

## [1.3.0] - 2021-05-24
### Fixed
- Maps and Sets should not be keyed by the Uri instance directly.
- Linter status should be cleared when a diagnostic is cancelled.
Expand Down
100 changes: 54 additions & 46 deletions package-lock.json

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

8 changes: 4 additions & 4 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": "1.2.0",
"version": "1.3.0",
"license": "GPL-2.0-or-later",
"author": "Christopher Allford",
"repository": {
Expand Down Expand Up @@ -95,9 +95,9 @@
"@types/jest": "^26.0.23",
"@types/node": "^12.20.13",
"@types/vscode": "~1.53.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"file-loader": "^6.2.0",
Expand Down

0 comments on commit 7fe7eab

Please sign in to comment.