Skip to content

Commit 9c74e0a

Browse files
committed
Update changelog. Bump version
1 parent c7685b8 commit 9c74e0a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.8.2
2+
3+
Fixes the issue with unescaping newlines that are parts of a string [64](https://github.com/avli/clojureVSCode/issues/64).
4+
15
# Version 0.8.1
26

37
Adds a configuration option to disable an embedded nREPL start.

package.json

+5-1
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.1",
5+
"version": "0.8.2",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",
@@ -32,6 +32,10 @@
3232
{
3333
"name": "Nikita Prokopov",
3434
"email": "[email protected]"
35+
},
36+
{
37+
"name": "Frederik Ring",
38+
"email": "[email protected]"
3539
}
3640
],
3741
"license": "MIT",

0 commit comments

Comments
 (0)