Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Feb 4, 2018
1 parent 647365b commit 841ecc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 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.9.3",
"version": "0.9.4",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down Expand Up @@ -47,6 +47,9 @@
"engines": {
"vscode": "^1.14.0"
},
"recommendations": [
"tonsky.clojure-warrior"
],
"categories": [
"Languages",
"Other"
Expand Down

0 comments on commit 841ecc2

Please sign in to comment.