Skip to content

Commit

Permalink
Update changelog. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Aug 12, 2017
1 parent e74e84b commit d8d82cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d8d82cf

Please sign in to comment.