Skip to content

Commit 2d10045

Browse files
committed
Update changelog. Bump version
1 parent 63974d4 commit 2d10045

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.9.0
2+
3+
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.
4+
15
# Version 0.8.2
26

37
Fixes the issue with unescaping newlines that are parts of a string [64](https://github.com/avli/clojureVSCode/issues/64).

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clojure",
33
"displayName": "Clojure",
44
"description": "Clojure nREPL support for Visual Studio Code",
5-
"version": "0.8.2",
5+
"version": "0.9.0",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",
@@ -36,6 +36,10 @@
3636
{
3737
"name": "Frederik Ring",
3838
"email": "[email protected]"
39+
},
40+
{
41+
"name": "Alessandro Decina",
42+
"email": "[email protected]"
3943
}
4044
],
4145
"license": "MIT",

0 commit comments

Comments
 (0)