Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed Feb 27, 2024
1 parent ab74382 commit b13fe74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## 0.0.0
* LineMarker: File usages components
## 1.0.0
* LineMarker: Show component file usages
* LineMarker: Vue.js application entrypoint
* LineMarker: Component targets
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ org.gradle.caching=true
pluginSinceBuild = 233.13135
pluginUntilBuild =

pluginVersion = 0.0.1
pluginVersion = 1.0.0

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
Expand Down
9 changes: 7 additions & 2 deletions src/main/resources/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
<html><ul>
</ul></html>
<html>
<ul>
<li>LineMarker: Show component file usages (Daniel Espendiller)</li>
<li>LineMarker: Vue.js application entrypoint (Daniel Espendiller)</li>
<li>LineMarker: Component targets (Daniel Espendiller)</li>
</ul>
</html>
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
<idea-plugin>
<id>de.espend.idea.vuejs</id>
<name>Vue.js Toolbox</name>
<version>1.0.0</version>
<vendor email="[email protected]" url="http://espend.de?p=de.espend.idea.vuejs">espend_de</vendor>

<description><![CDATA[
<p>Provides additional <a href="https://vuejs.org/">Vue.js</a> support to all JetBrains IDEs that
<a href="https://www.jetbrains.com/products/#lang=js&type=ide">support JavaScript</a>.</p>
<br/>
<a href="https://espend.de/phpstorm/plugin/vuejs-toolbox">Project Page / Documentation</a>
<h2>Features</h2>
<h3>LineMarker</h3>
Expand Down

0 comments on commit b13fe74

Please sign in to comment.