Skip to content

Commit

Permalink
Update clojure-lsp to version 2021.01.07-20.02.02
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
bpringe committed Jan 7, 2021
1 parent 81c6fa0 commit 894e415
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ Changes to Calva.

## [Unreleased]

## [2.0.147] - 2021-01-04
## [2.0.148] - 2021-01-07
- Update clojure-lsp to version 2021.01.07-20.02.02

## [2.0.147] - 2021-01-07
- Fix: [Dimming ignored forms does not work correctly with metadata](https://github.com/BetterThanTomorrow/calva/issues/908)
- [Improve clojure-lsp jar integration](https://github.com/BetterThanTomorrow/calva/issues/913)
- Update clojure-lsp to version 2021.01.07-12.28.44
Expand Down
Binary file modified clojure-lsp.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion download-lsp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { createWriteStream } = require('fs');
const { https } = require('follow-redirects');

const clojureLspVersion = '2021.01.07-12.28.44';
const clojureLspVersion = '2021.01.07-20.02.02';
const fileName = "./clojure-lsp.jar"

const file = createWriteStream(fileName);
Expand Down

0 comments on commit 894e415

Please sign in to comment.