Skip to content

Commit

Permalink
up version to 0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Zhang <[email protected]>
  • Loading branch information
Eskibear committed Dec 10, 2021
1 parent 4b8f5ae commit e353fe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This is changelog of node-jdk-utils project.

## 0.3.1
### Changed
- Simplify APIs.

## 0.3.0
### Added
- Support to detect JDKs installed by jabba.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdk-utils",
"version": "0.3.0",
"version": "0.3.1",
"description": "JDK related utils for Java related development.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e353fe7

Please sign in to comment.