Skip to content

Commit 5cff7ca

Browse files
committed
bump version to 1.4.0
1 parent d41da48 commit 5cff7ca

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.4.0] - 2021-07-09
8+
9+
### Added
10+
11+
- Snippets for Maven:
12+
- JaCoCo plugin
13+
- ArchUnit dependency
14+
- JsonPath dependency
15+
16+
### Bugfix
17+
18+
- normalize file path when generating package name (PR #3 from @baincd)
19+
720
## [1.3.0] - 2021-04-13
821

922
### 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.3.0",
7+
"version": "1.4.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/wesleyegberto/vscode-java-tests.git"

0 commit comments

Comments
 (0)