Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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": "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": {
Expand Down
Loading