File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.2
1+ 1.3
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 1.3.127 (2022-09-19 / 3c9983e)
22
33## Changed
44
149149
150150## Added
151151
152- - Initial implementation
152+ - Initial implementation
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ Kaocha-cljs require Clojure and ClojureScript 1.10 or later.
3737To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
3838
3939```
40- com.lambdaisland/kaocha-cljs {:mvn/version "1.2.123 "}
40+ com.lambdaisland/kaocha-cljs {:mvn/version "1.3.127 "}
4141```
4242
4343or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
4444
4545```
46- [com.lambdaisland/kaocha-cljs "1.2.123 "]
46+ [com.lambdaisland/kaocha-cljs "1.3.127 "]
4747```
4848<!-- /installation -->
4949
You can’t perform that action at this time.
0 commit comments