Skip to content

Commit

Permalink
Changelog update - v0.8.2 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
github-actions[bot] and actions-user authored Jun 3, 2024
1 parent 2943fcf commit 4cc1887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ jobs:

# Run Verify Plugin task and IntelliJ Plugin Verifier tool
- name: Run Plugin Verification tasks
run: exit 0
# run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}
run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}

# Collect Plugin Verifier Result
- name: Collect Plugin Verifier Result
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

## [Unreleased]

## [0.8.2] - 2024-06-03

### Fixed

- Fix another regression with imports replacement, improve its overall accuracy
Expand Down Expand Up @@ -103,7 +105,8 @@

- Initial release

[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.1...HEAD
[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.2...HEAD
[0.8.2]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.7...v0.8.0
[0.7.7]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.6...v0.7.7
Expand Down

0 comments on commit 4cc1887

Please sign in to comment.