Skip to content

Commit eda78d7

Browse files
committed
# 1.3.127 (2022-09-19 / 3c9983e)
## Changed - Change to deep-diff2, since that's what Kaocha uses now
1 parent 3c9983e commit eda78d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

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

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.3.127 (2022-09-19 / 3c9983e)
22

33
## Changed
44

@@ -149,4 +149,4 @@
149149

150150
## Added
151151

152-
- Initial implementation
152+
- Initial implementation

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.2.123"}
40+
com.lambdaisland/kaocha-cljs {:mvn/version "1.3.127"}
4141
```
4242

4343
or 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

0 commit comments

Comments
 (0)