We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f628ba commit 9f2a087Copy full SHA for 9f2a087
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [1.0.1] - 2020-09-08
8
+
9
+### Added
10
11
+- Tests
12
13
+### Changed
14
15
+- Fixed test class generated for generic type
16
17
## [1.0.0] - 2020-09-03
18
19
### Added
package.json
@@ -3,7 +3,7 @@
3
"publisher": "wesleyegberto",
"displayName": "Java Tests",
"description": "Extension to help write tests in Java.",
- "version": "1.0.0",
+ "version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"
0 commit comments