From 841ecc2f080ed60a887949bdaadaf31f035013bd Mon Sep 17 00:00:00 2001 From: Andrey Lisin Date: Sun, 4 Feb 2018 21:50:55 +0600 Subject: [PATCH] Update changelog, bump version --- CHANGELOG.md | 4 ++++ package.json | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b796713..72cbf8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.9.4 + +Adds the `:headless` option to the embedded nREPL and [clojure-warrior](https://marketplace.visualstudio.com/items?itemName=tonsky.clojure-warrior) to the extension recommendations. + # Version 0.9.3 Adds support of `cljfmt` options. diff --git a/package.json b/package.json index 5ff7000..8628de8 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.9.3", + "version": "0.9.4", "publisher": "avli", "author": { "name": "Andrey Lisin", @@ -47,6 +47,9 @@ "engines": { "vscode": "^1.14.0" }, + "recommendations": [ + "tonsky.clojure-warrior" + ], "categories": [ "Languages", "Other"