From 50a85a8f57c8e384eff81244334850494ebf8b52 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Fri, 27 Sep 2024 20:58:12 +0200 Subject: [PATCH] v0.8.0 --- CHANGELOG.md | 13 +++++-------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d24b32..b2a76f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,19 @@ 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). -## [Unreleased] +## [0.8.0] - 2024-09-27 ### Added + +- Upgrade PMD from 7.0.0 to 7.6.0 by @adangel in [#176](https://github.com/ChuckJonas/vscode-apex-pmd/pull/176) + ### Changed - Bump braces from 3.0.2 to 3.0.3 by @dependabot in [#168](https://github.com/ChuckJonas/vscode-apex-pmd/pull/168) - Bump webpack from 5.88.2 to 5.94.0 by @dependabot in [#172](https://github.com/ChuckJonas/vscode-apex-pmd/pull/172) - Improve PMD update procedure by @adangel in [#174](https://github.com/ChuckJonas/vscode-apex-pmd/pull/174) - Bump micromatch from 4.0.5 to 4.0.8 by @adangel in [#175](https://github.com/ChuckJonas/vscode-apex-pmd/pull/175) -- Upgrade PMD from 7.0.0 to 7.6.0 by @adangel in [#176](https://github.com/ChuckJonas/vscode-apex-pmd/pull/176) - -### Deprecated -### Removed -### Fixed -### New Contributors -**Full Changelog**: https://github.com/ChuckJonas/vscode-apex-pmd/compare/v0.7.0...HEAD +**Full Changelog**: https://github.com/ChuckJonas/vscode-apex-pmd/compare/v0.7.0...v0.8.0 ## [0.7.0] - 2024-04-25 diff --git a/package-lock.json b/package-lock.json index de0beda..1688ca0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apex-pmd", - "version": "0.7.1-snapshot.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "apex-pmd", - "version": "0.7.1-snapshot.0", + "version": "0.8.0", "hasInstallScript": true, "dependencies": { "csv-parse": "^4.8.5", diff --git a/package.json b/package.json index 6e05b73..98411d6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "apex-pmd", "displayName": "Apex PMD", "description": "PMD static analysis for Salesforce Apex", - "version": "0.7.1-snapshot.0", + "version": "0.8.0", "publisher": "chuckjonas", "author": { "name": "Charlie Jonas",