Skip to content

Commit 548f0e3

Browse files
committed
bumped version; updated changelog
1 parent 52c90bf commit 548f0e3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.3.0] - 2021-04-13
8+
9+
### Added
10+
11+
- Started support for JUnit 5:
12+
- imports
13+
- pom.xml dependencies
14+
- added snippets to specific JUnit 5 tests
15+
- Configuration `javaTests.template.junitDefaultVersion` to define the JUnit version
16+
717
## [1.2.1] - 2020-12-11
818

919
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "images/icon-128.png",
55
"displayName": "Java Tests",
66
"description": "Extension to help write tests in Java.",
7-
"version": "1.2.1",
7+
"version": "1.3.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"

0 commit comments

Comments
 (0)