diff --git a/CHANGELOG.md b/CHANGELOG.md index 67aea83..98bc8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.2] + +- Update logo to follow VSCode guidelines + ## [1.0.1] - Upgrade dependencies diff --git a/README.md b/README.md index 86acc10..2e6f90f 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ This extension contributes the following settings: ## Release Notes +### 1.0.2 + +- Update logo to follow VSCode guidelines + ### 1.0.1 - Upgrade dependencies diff --git a/icon.png b/icon.png index 71f2515..a8f3e9a 100644 Binary files a/icon.png and b/icon.png differ diff --git a/package.json b/package.json index addeaf0..6386c50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "prettier-plugin-java-vscode", "displayName": "Prettier Java Plugin", "description": "Format Java files with Prettier using prettier-plugin-java.", - "version": "1.0.1", + "version": "1.0.2", "publisher": "RudraPatel", "license": "MIT", "scripts": {