From 961a9a128a7981506ac3150912566d5420261fcd Mon Sep 17 00:00:00 2001 From: Andrey Lisin Date: Mon, 28 Aug 2017 22:11:14 +0600 Subject: [PATCH] Update changelog and reamed. Bump version --- CHANGELOG.md | 4 ++++ README.md | 1 + package.json | 8 ++++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8af15c..3fe58f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.8.1 + +Adds a configuration option to disable an embedded nREPL start. + # Version 0.8.0 Adds code formatting support [57](https://github.com/avli/clojureVSCode/issues/57). diff --git a/README.md b/README.md index c46719e..78948fc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro - [Egor Yurtaev](https://github.com/yurtaev) - [Mark Hansen](https://github.com/mhansen) - [Fabian Achammer](https://github.com/fachammer) +- [Nikita Prokopov](https://github.com/tonsky) ## License diff --git a/package.json b/package.json index 9b0c8f3..5f8f835 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.8.0", + "version": "0.8.1", "publisher": "avli", "author": { "name": "Andrey Lisin", @@ -28,6 +28,10 @@ { "name": "Fabian Achammer", "email": "fabian.achammer@gmail.com" + }, + { + "name": "Nikita Prokopov", + "email": "prokopov@gmail.com" } ], "license": "MIT", @@ -77,7 +81,7 @@ "clojureVSCode.autoStartNRepl": { "type": "boolean", "default": true, - "description": "Automatically run `lein repl` and connect to it when VS Code loads" + "description": "Automatically run an embedded nREPL instance and connect to it on Clojure file open." } } }