Skip to content

Commit

Permalink
Fix typo and useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r committed Mar 30, 2024
1 parent f29ffb2 commit 6d74fc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

### Changed

- Improve HTTP client for safer usage and better performance (#30)
- Improve HTTP client for safer usage and better performance

### Fixed

- Fix a crash when sending a notification
- Fix a crash when sending a notification (#30)

## [0.7.6] - 2024-03-24

Expand Down Expand Up @@ -80,11 +80,19 @@
- Initial release

[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.7...HEAD

[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

[0.7.5]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.4...v0.7.5

[0.7.4]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.3...v0.7.4

[0.7.3]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.2...v0.7.3

[0.7.2]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/commits/v0.7.1...v0.7.2

[0.7.1]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/commits/v0.7.0...v0.7.1

[0.7.0]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/commits/v0.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import com.intellij.notification.NotificationType
import com.intellij.notification.Notifications
import com.intellij.openapi.project.Project
import com.intellij.util.concurrency.AppExecutorUtil
import java.util.concurrent.ScheduledExecutorService
import java.util.concurrent.TimeUnit

class NotificationManager(val project: Project? = null) {
Expand Down

0 comments on commit 6d74fc0

Please sign in to comment.