Skip to content

Commit

Permalink
Update changelog and reamed. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
avli committed Aug 28, 2017
1 parent d58f2c2 commit 961a9a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.8.1

Adds a configuration option to disable an embedded nREPL start.

# Version 0.8.0

Adds code formatting support [57](https://github.com/avli/clojureVSCode/issues/57).
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to pro
- [Egor Yurtaev](https://github.com/yurtaev)
- [Mark Hansen](https://github.com/mhansen)
- [Fabian Achammer](https://github.com/fachammer)
- [Nikita Prokopov](https://github.com/tonsky)

## License

Expand Down
8 changes: 6 additions & 2 deletions 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.0",
"version": "0.8.1",
"publisher": "avli",
"author": {
"name": "Andrey Lisin",
Expand All @@ -28,6 +28,10 @@
{
"name": "Fabian Achammer",
"email": "fabian.achammer@gmail.com"
},
{
"name": "Nikita Prokopov",
"email": "prokopov@gmail.com"
}
],
"license": "MIT",
Expand Down Expand Up @@ -77,7 +81,7 @@
"clojureVSCode.autoStartNRepl": {
"type": "boolean",
"default": true,
"description": "Automatically run `lein repl` and connect to it when VS Code loads"
"description": "Automatically run an embedded nREPL instance and connect to it on Clojure file open."
}
}
}
Expand Down

0 comments on commit 961a9a1

Please sign in to comment.