Skip to content

Commit

Permalink
Changelog update - v0.8.1 (#41)
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 May 20, 2024
1 parent cd312d0 commit 08db694
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.1] - 2024-05-20

### Fixed

- Fix a regression with imports replacement
Expand Down Expand Up @@ -97,7 +99,8 @@

- Initial release

[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.1...HEAD
[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
[0.7.6]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.5...v0.7.6
Expand Down

0 comments on commit 08db694

Please sign in to comment.