From d8d82cf4184a085efac034b85f8559b36b32b231 Mon Sep 17 00:00:00 2001 From: Andrey Lisin Date: Sat, 12 Aug 2017 23:13:57 +0600 Subject: [PATCH] Update changelog. Bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45725ea..495cc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.7.10 + +Adds workaround for the hanging Java process issue on the Windows platform [56](https://github.com/avli/clojureVSCode/issues/56). + # Version 0.7.9 Hotfix that detaches nREPL process on UNIX and non-detached one on Windows [56](https://github.com/avli/clojureVSCode/issues/56). diff --git a/package.json b/package.json index c68f1a6..65c5d0b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clojure", "displayName": "Clojure", "description": "Clojure nREPL support for Visual Studio Code", - "version": "0.7.9", + "version": "0.7.10", "publisher": "avli", "author": { "name": "Andrey Lisin",