Skip to content

Commit 35a0336

Browse files
Changelog update - v1.11.0 (#107)
Co-authored-by: GitHub Action <[email protected]>
1 parent 846faca commit 35a0336

File tree

1 file changed

+34
-29
lines changed

1 file changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,57 +2,62 @@
22

33
# AVA Test Run Configuration Generator Changelog
44

5-
## [Unreleased]
6-
## [1.9.1]
7-
## [1.9.0]
8-
## [1.8.1]
9-
## [1.8.0]
10-
## [1.7.0]
11-
## [1.6.0]
12-
## [1.5.0]
13-
## [1.4.1]
14-
## [1.4.0]
15-
## [1.3.9]
16-
## [1.3.7]
17-
18-
## [1.3.5]
5+
## Unreleased
196

20-
### Change
7+
## 1.11.0 - 2023-04-13
8+
2023 support (I hope)
9+
10+
## 1.9.1
11+
12+
## 1.9.0
13+
14+
## 1.8.1
15+
16+
## 1.8.0
17+
18+
## 1.7.0
19+
20+
## 1.6.0
21+
22+
## 1.5.0
23+
24+
## 1.4.1
25+
26+
## 1.4.0
27+
28+
## 1.3.9
2129

30+
## 1.3.7
31+
32+
## 1.3.5
33+
34+
### Change
2235
- Target 2021.1+
2336

24-
## [1.3.4]
37+
## 1.3.4
2538

2639
### Added
27-
2840
- [ feat(gutter): add gutter actions to run/debug tests #5 ](https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/5)
2941
Adds gutter actions on the tests to make running/debugging the tests easier
3042

31-
## [1.3.3]
43+
## 1.3.3
3244

3345
### Changed
34-
3546
- [Fix issue with using file name #4](https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/4)
3647
by Ben Donnelly (Umaaz)
3748
- Dependabot
3849

39-
## [1.3.2]
40-
50+
## 1.3.2
4151
- Change deprecated method call
4252
- Old Java project imported and converted to Kotlin
4353
- Initial scaffold created
4454
from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
4555

46-
## [1.2.0]
47-
56+
## 1.2.0
4857
- Better calculation of test method name
4958

50-
## [1.1.0]
51-
59+
## 1.1.0
5260
- Insert relative path to test file, in case test files are inside subfolders
5361

54-
## [1.0.0]
55-
62+
## 1.0.0
5663
- Initial version
57-
58-
### Added

0 commit comments

Comments
 (0)