File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+ - Prepare plugin for 2021.3 JavaScript changes
5
+
4
6
## [ 0.21.0]
5
7
- Fix ` tsconfig.json ` & path aliases resolution
6
8
- Improve placement of imports generated by quick fixes
Original file line number Diff line number Diff line change 2
2
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
3
3
pluginGroup =dev.blachut.svelte.lang
4
4
pluginName =svelte-intellij
5
- pluginVersion =0.21.0
5
+ pluginVersion =0.21.1
6
6
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
7
7
# for insight into build numbers and IntelliJ Platform versions.
8
8
pluginSinceBuild =212
9
- pluginUntilBuild =213 .*
9
+ pluginUntilBuild =221 .*
10
10
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
11
11
# See https://jb.gg/intellij-platform-builds-list for available build versions.
12
12
pluginVerifierIdeVersions =IU-2021.2
You can’t perform that action at this time.
0 commit comments