From c461e086ad4b5d4ddd4cff21b244f4dd8b69606b Mon Sep 17 00:00:00 2001 From: Andrey Lisin Date: Tue, 1 Aug 2017 13:33:32 +0600 Subject: [PATCH] Update changelog, readme, and bump version --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 6 +++++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0b0bc..a87b27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.7.7 + +Fixes the error with embedded nREPL on Windows. + # Version 0.7.6 Does code refactoring and minor nREPL connection indicator UI fixes. diff --git a/README.md b/README.md index 63d80eb..004c390 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro - [Mike Ball](https://github.com/mikeball) - [Egor Yurtaev](https://github.com/yurtaev) - [Mark Hansen](https://github.com/mhansen) +- [Fabian Achammer](https://github.com/fachammer) ## License diff --git a/package.json b/package.json index 795bf02..2c76441 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.6", + "version": "0.7.7", "publisher": "avli", "author": { "name": "Andrey Lisin", @@ -24,6 +24,10 @@ { "name": "Mark Hansen", "email": "mark@markhansen.co.nz" + }, + { + "name": "Fabian Achammer", + "email": "fabian.achammer@gmail.com" } ], "license": "MIT",