From fb4047c2be999dd7c319364b294c81b76668adb4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:44:38 +0200 Subject: [PATCH] Changelog update - `v0.8.4` (#49) Co-authored-by: GitHub Action --- .github/workflows/build.yml | 3 +-- CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcd16cf..580a5e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 200cde9..383a0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ## [Unreleased] +## [0.8.4] - 2024-06-20 + ### Changed - Temporarily reduce back bundle size by removing unused dependencies @@ -119,7 +121,8 @@ - Initial release -[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.3...HEAD +[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.4...HEAD +[0.8.4]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.2...v0.8.3 [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