From 6a45ff86ed2c675c612c7b838532604298bf9bd8 Mon Sep 17 00:00:00 2001 From: Andrey Lisin Date: Thu, 15 Jun 2017 22:14:53 +0600 Subject: [PATCH] Bump version. Update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 961b02f..a0fe128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.6.1 + +Adds the forgotten changelog for the version 0.6.0 :-) + # Version 0.6.0 Changes the behavior of the `Eval` command - now it shows compilation errors in the `Output` panel [28](https://github.com/avli/clojureVSCode/issues/28). diff --git a/package.json b/package.json index fb874ee..d20d04a 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.6.0", + "version": "0.6.1", "publisher": "avli", "author": { "name": "Andrey Lisin",