mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
- Update platformVersion to 2021.1.3 for compatibility with Apple M1
- Change since/until build to `211-221.*`
This commit is contained in:
committed by
Jakub Chrzanowski
parent
552179beb1
commit
a5a7a1f0c3
17
CHANGELOG.md
17
CHANGELOG.md
@@ -3,14 +3,17 @@
|
||||
# IntelliJ Platform Plugin Template Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1
|
||||
- Change since/until build to `211-221.*`
|
||||
|
||||
## [1.1.1]
|
||||
### Changed
|
||||
- GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow
|
||||
- Upgrade Gradle Wrapper to `7.3.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`
|
||||
### Changed
|
||||
- GitHub Actions - fixed duplicated `.zip` extension in artifact file's name of the build flow
|
||||
- Upgrade Gradle Wrapper to `7.3.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`
|
||||
|
||||
## [1.1.0]
|
||||
@@ -304,4 +307,4 @@
|
||||
### Added
|
||||
- Initial project scaffold
|
||||
- GitHub Actions to automate testing and deployment
|
||||
- Kotlin support
|
||||
- Kotlin support
|
||||
|
||||
Reference in New Issue
Block a user