Skip to content

Commit d5451f4

Browse files
committed
build: bump version to 1.1.0
1 parent 0d34fcb commit d5451f4

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.1.0] - 2022-01-21
8+
9+
### Features
10+
11+
- The installation path of JRE can now be defined [#12]
12+
713
## [1.0.1] - 2021-12-27
814

915
### Bugfix

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-java-connector",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "enables platform independent java support",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)