diff --git a/CHANGELOG.md b/CHANGELOG.md index 711752280..4cfb88372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/clojure-lsp.jar b/clojure-lsp.jar index e94b95df0..4590e73be 100644 Binary files a/clojure-lsp.jar and b/clojure-lsp.jar differ diff --git a/download-lsp.js b/download-lsp.js index 28adf2e42..c9ba47596 100644 --- a/download-lsp.js +++ b/download-lsp.js @@ -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);