Skip to content

Commit

Permalink
Merge pull request #17 from Hinaser/v0.0.7
Browse files Browse the repository at this point in the history
v0.0.7
  • Loading branch information
Hinaser authored Apr 9, 2021
2 parents 4c6455d + 9dd71f2 commit a33861a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.0.7] - April 9, 2021
### Fixed
- Fixed an issue where IDE version limitation was not correctly removed.
- Fixed an issue where plugin option was not searchable.

## [0.0.6] - April 8, 2021
### Fixed
- Removed IDE's upper version limit
Expand Down Expand Up @@ -34,6 +39,7 @@
### Fixed
- Fixed an issue where offline parser did not properly parse and render some gfm syntax.

[0.0.7]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/Hinaser/gfm-advanced/compare/v0.0.3...v0.0.4
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
apply plugin: 'org.jetbrains.changelog'

group 'com.github.hinaser'
version '0.0.6'
version '0.0.7'

repositories {
mavenCentral()
Expand All @@ -28,10 +28,10 @@ dependencies {
// https://github.com/JetBrains/intellij-community/tags
intellij {
version '211.6693.111'
updateSinceUntilBuild false
}
patchPluginXml {
changeNotes({ changelog.getLatest().toHTML() })
sinceBuild '202.6109'
}
publishPlugin {
token = System.getenv("ORG_GRADLE_PROJECT_intellijPublishToken")
Expand All @@ -49,5 +49,5 @@ changelog {
}

buildSearchableOptions {
enabled = false
enabled = true
}

0 comments on commit a33861a

Please sign in to comment.