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 Sep 23, 2017
1 parent 63974d4 commit 2d10045
Show file tree
Hide file tree
Showing 2 changed files with 9 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.0

Adds experimental ClojureScript support. Please check out [README.md](https://github.com/avli/clojureVSCode#clojurescript-project-setup) to lean how to use the extension for ClojureScript.

# Version 0.8.2

Fixes the issue with unescaping newlines that are parts of a string [64](https://github.com/avli/clojureVSCode/issues/64).
Expand Down
6 changes: 5 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.8.2",
"version": "0.9.0",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand Down Expand Up @@ -36,6 +36,10 @@
{
"name": "Frederik Ring",
"email": "frederik.ring@gmail.com"
},
{
"name": "Alessandro Decina",
"email": "alessandro.d@gmail.com"
}
],
"license": "MIT",
Expand Down

0 comments on commit 2d10045

Please sign in to comment.