diff --git a/CHANGELOG.md b/CHANGELOG.md index 95881fe..67d0ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ # intellij-pangu Changelog ## [Unreleased] -- Fix some issues. -- Update plugin framework. + +## [1.2.0] - 2023-03-05 +- Fix some issues.%0D%0A- Update plugin framework.%0D%0A%0A[Unreleased]: null/compare/v1.1.3...HEAD ## [1.1.3] + ### Added - Support 2022.3 @@ -17,6 +19,7 @@ - Update plugin description. ## [1.1.0] + ### Added - Support all IntelliJ Platform-Based IDEs. - Support format in commit message. @@ -24,6 +27,15 @@ - Change the keyboard shortcut because it conflicts with "Commit and Push" while using the non-model commit interface in Version Control. ## [1.0.0] + ### Added - Spacing selected content. -- Spacing whole file. \ No newline at end of file +- Spacing whole file. + +[Unreleased]: null/compare/v1.2.0...HEAD +[1.2.0]: null/compare/v1.1.3...v1.2.0 +[1.1.3]: null/compare/v1.1.2...v1.1.3 +[1.1.2]: null/compare/v1.1.1...v1.1.2 +[1.1.1]: null/compare/v1.1.0...v1.1.1 +[1.1.0]: null/compare/v1.0.0...v1.1.0 +[1.0.0]: null/commits/v1.0.0