File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
9
Version 0.1.1
5
10
----------------------------
6
11
* Do not skip debugging "pause" event if some V8 local variables can't be converted to Java and sent to Chrome Debugger
Original file line number Diff line number Diff line change @@ -13,6 +13,6 @@ org.gradle.jvmargs=-Xmx1536m
13
13
# org.gradle.parallel=true
14
14
15
15
# publishing settings for Gradle build script
16
- VERSION_NAME =0.1.2-SNAPSHOT
16
+ VERSION_NAME =0.1.2
17
17
# make group name of local build to be the same as by JitPack builds
18
18
GROUP_NAME =com.github.AlexTrotsenko
You can’t perform that action at this time.
0 commit comments