Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2024-02-09)

### Bug Fixes

* update jar file with confirmation on configuration change ([9b12115](9b12115)), closes [#15](#15)
  • Loading branch information
semantic-release-bot committed Feb 9, 2024
1 parent 9b12115 commit 84692c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/JoseVSeb/google-java-format-for-vs-code/compare/v1.0.1...v1.0.2) (2024-02-09)


### Bug Fixes

* update jar file with confirmation on configuration change ([9b12115](https://github.com/JoseVSeb/google-java-format-for-vs-code/commit/9b1211577ad16655ea9a7de8c75479ec370c6e0a)), closes [#15](https://github.com/JoseVSeb/google-java-format-for-vs-code/issues/15)

## [1.0.1](https://github.com/JoseVSeb/google-java-format-for-vs-code/compare/v1.0.0...v1.0.1) (2024-02-08)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Visual Studio Code extension to format Java files using google-java-format program to comply with Google Java Style.",
"publisher": "josevseb",
"repository": "https://github.com/JoseVSeb/google-java-format-for-vs-code",
"version": "1.0.1",
"version": "1.0.2",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 84692c4

Please sign in to comment.