From 64b8c59f93280172622484e63fb68e53b78b2dd6 Mon Sep 17 00:00:00 2001 From: Eric Dallo Date: Tue, 29 Oct 2024 14:10:04 -0300 Subject: [PATCH] Release: 1.4.12 --- CHANGELOG.md | 2 ++ README.md | 2 +- project.clj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e26d3..04ae553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 1.4.12 + - Bump jackson-core to 2.18.0. - Bump tools.cli to 1.1.230. diff --git a/README.md b/README.md index 4f3cbf5..2fb8d2f 100644 --- a/README.md +++ b/README.md @@ -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.11"]] +:plugins [[com.github.clojure-lsp/lein-clojure-lsp "1.4.12"]] ``` ## Usage diff --git a/project.clj b/project.clj index af83fbb..6b27b4b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.11" +(defproject com.github.clojure-lsp/lein-clojure-lsp "1.4.12" :description "Lein plugin to run clojure-lsp features via API." :url "https://clojure-lsp.github.io/clojure-lsp" :license {:name "MIT"