Skip to content

Commit fbe2966

Browse files
committed
Release 0.1.2
1 parent 5bb16bb commit fbe2966

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Log
22
==========
33

4+
Version 0.1.2
5+
----------------------------
6+
* Fixed not working debugger on older then 4.8 version of j2v8: separate j2v8backport module is created with j2v8 v4.6.0 as dependency.
7+
* j2v8backport is being published together with j2v8-debugger
8+
49
Version 0.1.1
510
----------------------------
611
* Do not skip debugging "pause" event if some V8 local variables can't be converted to Java and sent to Chrome Debugger

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1536m
1313
# org.gradle.parallel=true
1414

1515
#publishing settings for Gradle build script
16-
VERSION_NAME=0.1.2-SNAPSHOT
16+
VERSION_NAME=0.1.2
1717
#make group name of local build to be the same as by JitPack builds
1818
GROUP_NAME=com.github.AlexTrotsenko

0 commit comments

Comments
 (0)