From 7bff1867c7941b162c99de5a2fafb103d0c2789c Mon Sep 17 00:00:00 2001 From: Christopher Allford <6451942+ObliviousHarmony@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:49:06 -0700 Subject: [PATCH] Bumped Version & Changelog (#100) --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36473f5..762fdd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + +## [3.0.2] - 2024-09-17 ### Fixed - Improved the argument parsing for the PHPCS executable options. diff --git a/package-lock.json b/package-lock.json index 0cea18d..578e8b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-php-codesniffer", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-php-codesniffer", - "version": "3.0.1", + "version": "3.0.2", "license": "GPL-2.0-or-later", "dependencies": { "minimatch": "^5.1.2", diff --git a/package.json b/package.json index 376f909..10c7a16 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-php-codesniffer", "displayName": "PHP_CodeSniffer", "description": "Brings PHPCS support to VS Code.", - "version": "3.0.1", + "version": "3.0.2", "license": "GPL-2.0-or-later", "author": "Christopher Allford (https://github.com/ObliviousHarmony)", "repository": {