diff --git a/CHANGELOG.md b/CHANGELOG.md index efdeb2a..d8f8fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,57 +2,62 @@ # AVA Test Run Configuration Generator Changelog -## [Unreleased] -## [1.9.1] -## [1.9.0] -## [1.8.1] -## [1.8.0] -## [1.7.0] -## [1.6.0] -## [1.5.0] -## [1.4.1] -## [1.4.0] -## [1.3.9] -## [1.3.7] - -## [1.3.5] +## Unreleased -### Change +## 1.11.0 - 2023-04-13 +2023 support (I hope) + +## 1.9.1 + +## 1.9.0 + +## 1.8.1 + +## 1.8.0 + +## 1.7.0 + +## 1.6.0 + +## 1.5.0 + +## 1.4.1 + +## 1.4.0 + +## 1.3.9 +## 1.3.7 + +## 1.3.5 + +### Change - Target 2021.1+ -## [1.3.4] +## 1.3.4 ### Added - - [ feat(gutter): add gutter actions to run/debug tests #5 ](https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/5) Adds gutter actions on the tests to make running/debugging the tests easier -## [1.3.3] +## 1.3.3 ### Changed - - [Fix issue with using file name #4](https://github.com/eirikb/AvaJavaScriptTestRunnerRunConfigurationGenerator/pull/4) by Ben Donnelly (Umaaz) - Dependabot -## [1.3.2] - +## 1.3.2 - Change deprecated method call - Old Java project imported and converted to Kotlin - Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) -## [1.2.0] - +## 1.2.0 - Better calculation of test method name -## [1.1.0] - +## 1.1.0 - Insert relative path to test file, in case test files are inside subfolders -## [1.0.0] - +## 1.0.0 - Initial version - -### Added