Skip to content

Commit e2eb88b

Browse files
committed
3.5.4
1 parent 061244f commit e2eb88b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 3.5.4
6+
7+
* [#383](https://github.com/clojure-emacs/refactor-nrepl/issues/383): `prune-dependencies`: increase accuracy for `:cljs`.
8+
59
## 3.5.3
610

711
* [#382](https://github.com/clojure-emacs/refactor-nrepl/issues/382): `refactor-nrepl.artifacts`: increase resiliency.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
2626
Add the following, either in your project's `project.clj`, or in the `:user` profile found at `~/.lein/profiles.clj`:
2727

2828
```clojure
29-
:plugins [[refactor-nrepl "3.5.3"]
29+
:plugins [[refactor-nrepl "3.5.4"]
3030
[cider/cider-nrepl "0.28.3"]]
3131
```
3232

@@ -365,7 +365,7 @@ When you want to release locally to the following:
365365
And here's how to deploy to Clojars:
366366

367367
```bash
368-
git tag -a v3.5.3 -m "3.5.3"
368+
git tag -a v3.5.4 -m "3.5.4"
369369
git push --tags
370370
```
371371

0 commit comments

Comments
 (0)