Skip to content

Commit c461e08

Browse files
committed
Update changelog, readme, and bump version
1 parent 22fba08 commit c461e08

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-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.7.7
2+
3+
Fixes the error with embedded nREPL on Windows.
4+
15
# Version 0.7.6
26

37
Does code refactoring and minor nREPL connection indicator UI fixes.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
4141
- [Mike Ball](https://github.com/mikeball)
4242
- [Egor Yurtaev](https://github.com/yurtaev)
4343
- [Mark Hansen](https://github.com/mhansen)
44+
- [Fabian Achammer](https://github.com/fachammer)
4445

4546
## License
4647

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.7.6",
5+
"version": "0.7.7",
66
"publisher": "avli",
77
"author": {
88
"name": "Andrey Lisin",
@@ -24,6 +24,10 @@
2424
{
2525
"name": "Mark Hansen",
2626
"email": "[email protected]"
27+
},
28+
{
29+
"name": "Fabian Achammer",
30+
"email": "[email protected]"
2731
}
2832
],
2933
"license": "MIT",

0 commit comments

Comments
 (0)