Changelog update - v1.1.1

pull/227/head
GitHub Action 2 years ago committed by Jakub Chrzanowski
parent 6f756c228b
commit 552179beb1

@ -3,12 +3,14 @@
# IntelliJ Platform Plugin Template Changelog # IntelliJ Platform Plugin Template Changelog
## [Unreleased] ## [Unreleased]
### Changed
- GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow ## [1.1.1]
- Upgrade Gradle Wrapper to `7.3.3` ### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.3.1` - GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.10` - Upgrade Gradle Wrapper to `7.3.3`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.3` - Dependencies - upgrade `org.jetbrains.intellij` to `1.3.1`
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.6.10`
- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `4.2.3`
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.7` - Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.7`
## [1.1.0] ## [1.1.0]
@ -302,4 +304,4 @@
### Added ### Added
- Initial project scaffold - Initial project scaffold
- GitHub Actions to automate testing and deployment - GitHub Actions to automate testing and deployment
- Kotlin support - Kotlin support
Loading…
Cancel
Save