Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckJonas committed Feb 21, 2020
1 parent b999aed commit 4a1d488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to the VS Code Apex PMD will be documented in this file.
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).

## [0.4.7]
### Change
- fix issue with `cachePath` not working for windows
- upgraded PMD to 6.21.0

## [0.4.6]
### Change
- fix issue with `pmdBinPath` not working for relative url
Expand Down
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": "apex-pmd",
"displayName": "Apex PMD",
"description": "PMD static analysis for Salesforce Apex",
"version": "0.4.6",
"version": "0.4.7",
"publisher": "chuckjonas",
"author": {
"name": "Charlie Jonas",
Expand Down

0 comments on commit 4a1d488

Please sign in to comment.