diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5937b2..6bd2c09 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,9 +202,9 @@ jobs: # Run Verify Plugin task and IntelliJ Plugin Verifier tool - name: Run Plugin Verification tasks - # run: exit 0 + run: exit 0 # Disabled until it works again for a lot of IDEs (https://github.com/JetBrains/intellij-platform-plugin-template/issues/462) - run: ./gradlew verifyPlugin -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }} + # run: ./gradlew verifyPlugin -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 0abb156..0bd8b2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ## [Unreleased] +## [0.9.1] - 2024-09-14 + ### Fixed - Fix a crash when not using TypeScript in a Svelte project (#62) @@ -142,7 +144,8 @@ - Initial release -[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.1...HEAD +[0.9.1]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.5...v0.9.0 [0.8.5]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.4...v0.8.5 [0.8.4]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.8.3...v0.8.4