Skip to content

Commit

Permalink
Bump version. Add chaingelog
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Dec 30, 2016
1 parent 1a8e8fc commit 3c91528
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Version 0.4.3

Fixes the issue when only one output line is printed [#9](https://github.com/avli/clojureVSCode/issues/9).

# Version 0.4.2

Shows output of the "Eval" command [#5](https://github.com/avli/clojureVSCode/issues/5).

# Version 0.4.0

The first version public version.
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.4.2",
"version": "0.4.3",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down

0 comments on commit 3c91528

Please sign in to comment.