Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.3...v1.1.0) (2024-02-18)

### Features

* add support for native executable ([4805f80](4805f80)), closes [#17](#17)
* register command to clear cache ([230405e](230405e)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Feb 18, 2024
1 parent f783888 commit 997c1d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/JoseVSeb/google-java-format-for-vs-code/compare/v1.0.3...v1.1.0) (2024-02-18)


### Features

* add support for native executable ([4805f80](https://github.com/JoseVSeb/google-java-format-for-vs-code/commit/4805f80b444f7efe9ffda3f64ca3443ba84851ce)), closes [#17](https://github.com/JoseVSeb/google-java-format-for-vs-code/issues/17)
* register command to clear cache ([230405e](https://github.com/JoseVSeb/google-java-format-for-vs-code/commit/230405e7bd7606bf3237db8cd3a2a14443495580)), closes [#8](https://github.com/JoseVSeb/google-java-format-for-vs-code/issues/8)

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


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.3",
"version": "1.1.0",
"engines": {
"vscode": "^1.75.0"
},
Expand Down

0 comments on commit 997c1d0

Please sign in to comment.