File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 3.5.4
6
+
7
+ * [ #383 ] ( https://github.com/clojure-emacs/refactor-nrepl/issues/383 ) : ` prune-dependencies ` : increase accuracy for ` :cljs ` .
8
+
5
9
## 3.5.3
6
10
7
11
* [ #382 ] ( https://github.com/clojure-emacs/refactor-nrepl/issues/382 ) : ` refactor-nrepl.artifacts ` : increase resiliency.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Be aware that this isn't the case if you connect to an already running REPL proc
26
26
Add the following, either in your project's ` project.clj ` , or in the ` :user ` profile found at ` ~/.lein/profiles.clj ` :
27
27
28
28
``` clojure
29
- :plugins [[refactor-nrepl " 3.5.3 " ]
29
+ :plugins [[refactor-nrepl " 3.5.4 " ]
30
30
[cider/cider-nrepl " 0.28.3" ]]
31
31
```
32
32
@@ -365,7 +365,7 @@ When you want to release locally to the following:
365
365
And here's how to deploy to Clojars:
366
366
367
367
```bash
368
- git tag -a v3.5.3 -m " 3.5.3 "
368
+ git tag -a v3.5.4 -m " 3.5.4 "
369
369
git push --tags
370
370
```
371
371
You can’t perform that action at this time.
0 commit comments