Skip to content

Commit 9a1bc23

Browse files
committed
# 1.9.181 (2026-02-09 / b70e0c1)
## Fixed - Fix clojurescript compatibility issue ## Changed - Bump dependencies
1 parent b70e0c1 commit 9a1bc23

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.8
1+
1.9

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.9.181 (2026-02-09 / b70e0c1)
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 requires 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.8.163"}
40+
com.lambdaisland/kaocha-cljs {:mvn/version "1.9.181"}
4141
```
4242

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

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

0 commit comments

Comments
 (0)