Skip to content

Commit

Permalink
Release 3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Oct 27, 2024
1 parent 82a1fce commit 14f3b86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## [Unreleased]

## [3.5.7] - 2024-10-27

### Fixed

- Support the latest IntelliJ IDEA

## [3.5.6] - 2024-10-05

### Fixed
Expand Down Expand Up @@ -57,7 +63,8 @@
- Right-click on the content of the vector xml file in the IDE Editor
- Try to install the node in case of absent based on the OS type

[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.5.6...HEAD
[Unreleased]: https://github.com/Drjacky/Avocado/compare/v3.5.7...HEAD
[3.5.7]: https://github.com/Drjacky/Avocado/compare/v3.5.6...v3.5.7
[3.5.6]: https://github.com/Drjacky/Avocado/compare/v3.5.5...v3.5.6
[3.5.5]: https://github.com/Drjacky/Avocado/compare/v3.3.3...v3.5.5
[3.3.3]: https://github.com/Drjacky/Avocado/compare/v3.2.2...v3.3.3
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.drjacky.avocado
pluginName = Avocado
pluginRepositoryUrl = https://github.com/Drjacky/Avocado
# SemVer format -> https://semver.org
pluginVersion = 3.5.6
pluginVersion = 3.5.7

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 223
Expand Down

0 comments on commit 14f3b86

Please sign in to comment.