Skip to content

Commit a4e7596

Browse files
committed
# 1.2.123 (2022-02-28 / 019e6ef)
## Fixed - Get rid of warnings from humane-test-ouput
1 parent 019e6ef commit a4e7596

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1
1+
1.2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.2.123 (2022-02-28 / 019e6ef)
22

33
## Fixed
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Kaocha-cljs require Clojure and ClojureScript 1.10 or later.
3737
To 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.1.118"}
40+
com.lambdaisland/kaocha-cljs {:mvn/version "1.2.123"}
4141
```
4242

4343
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
4444

4545
```
46-
[com.lambdaisland/kaocha-cljs "1.1.118"]
46+
[com.lambdaisland/kaocha-cljs "1.2.123"]
4747
```
4848
<!-- /installation -->
4949

0 commit comments

Comments
 (0)