Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
release: 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Oct 19, 2022
1 parent 22e82d3 commit 588c4d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.7.1+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/240272)
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.7.1%2Bidea2021)

### Fixed
- Preview in Windows

## 1.7.0+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/197680)
Expand Down
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group "com.asyncapi.plugin.idea"
version = "1.7.0+idea2021"
version = "1.7.1+idea2021"

repositories {
mavenCentral()
Expand All @@ -28,9 +28,7 @@ tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml
sinceBuild.set("211")
untilBuild.set("222.*")
changeNotes.set("""
<p>New AsyncAPI version - 2.5.0</p>
<p>IDEA: 2022.2</p>
<p>References to Avro Schemas</p>
<p>Fix preview on Windows</p>
""".trimIndent())
}

Expand Down

0 comments on commit 588c4d2

Please sign in to comment.