Skip to content

Commit f925de6

Browse files
authored
Add changelog for v19.0.1 (#3641)
1 parent e0f1355 commit f925de6

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v19.0.1
4+
5+
### Enhancements
6+
* [#3639](https://github.com/KronicDeth/intellij-elixir/pull/3639) - [@joshuataylor](https://github.com/joshuataylor)
7+
* Support JetBrains Exception Analyzer
8+
9+
* [#3640](https://github.com/KronicDeth/intellij-elixir/pull/3640) - [@joshuataylor](https://github.com/joshuataylor)
10+
* Bump intellij platform gradle to 2.0.1 and IdeaVIM to 2.16.0
11+
312
## v19.0.0
413

514
### Breaking changes

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pluginGroup=org.elixir_lang
33
pluginName=Elixir
44
pluginRepositoryUrl=https://github.com/KronicDeth/intellij-elixir/
5-
pluginVersion=19.0.0
5+
pluginVersion=19.0.1
66
vendorName=Elle Imhoff
77
vendorEmail=[email protected]
88
# https://youtrack.jetbrains.com/articles/IDEA-A-2100661899/IntelliJ-IDEA-2024.1-241.14494.240-build-Release-Notes

resources/META-INF/changelog.html

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<html>
22
<body>
3+
<h1>v19.0.1</h1>
4+
<ul>
5+
<li>
6+
<p>Enhancements</p>
7+
<ul>
8+
<li>
9+
<a href="https://github.com/KronicDeth/intellij-elixir/pull/3639">
10+
#3639 Support JetBrains Exception Analyzer
11+
</a> - <a href="https://github.com/joshuataylor">@joshuataylor</a>
12+
</li>
13+
</ul>
14+
</li>
15+
</ul>
316
<h1>v19.0.0</h1>
417
<ul>
518
<li>

0 commit comments

Comments
 (0)