Skip to content

Commit

Permalink
Release: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Nov 6, 2023
1 parent b1e2984 commit 8fafead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.4.2

- Bump clojure-lsp to 2023.10.30-16.25.41-hotfix1

## 1.4.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Leiningen plugin to use [clojure-lsp](https://clojure-lsp.io/) features API.
Add the plugin to your `project.clj`:

```clojure
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.1"]]
:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.2"]]
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.1"
(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.2"
:description "Lein plugin to run clojure-lsp features via API."
:url "https://clojure-lsp.github.io/clojure-lsp"
:license {:name "MIT"
Expand Down

0 comments on commit 8fafead

Please sign in to comment.