Skip to content

Commit d8d82cf

Browse files
committed
Update changelog. Bump version
1 parent e74e84b commit d8d82cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.7.10
2+
3+
Adds workaround for the hanging Java process issue on the Windows platform [56](https://github.com/avli/clojureVSCode/issues/56).
4+
15
# Version 0.7.9
26

37
Hotfix that detaches nREPL process on UNIX and non-detached one on Windows [56](https://github.com/avli/clojureVSCode/issues/56).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clojure",
33
"displayName": "Clojure",
44
"description": "Clojure nREPL support for Visual Studio Code",
5-
"version": "0.7.9",
5+
"version": "0.7.10",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",

0 commit comments

Comments
 (0)